Skip to main content

Class ButtonStylesheetColorContext

Namespace: Workspace.XBR.Xperiflow.Core.RestApi.WebApp

Assembly: Xperiflow.dll

Declaration
public class ButtonStylesheetColorContext

Properties

BackgroundColor

The background color of the button.

Declaration
[JsonProperty("background_color", Required = Required.Always)]
public string BackgroundColor { get; set; }

HoverColor

The hover color of the button.

Declaration
[JsonProperty("hover_color", Required = Required.Always)]
public string HoverColor { get; set; }

TextColor

The text color of the button.

Declaration
[JsonProperty("text_color", Required = Required.Always)]
public string TextColor { get; set; }

DisabledColor

The disabled color of the button.

Declaration
[JsonProperty("disabled_color", Required = Required.Always)]
public string DisabledColor { get; set; }

AdditionalProperties

Declaration
[JsonExtensionData]
public IDictionary<string, object> AdditionalProperties { get; set; }

Methods

ToJson()

Declaration
public string ToJson()
Returns

System.String

FromJson(string)

Declaration
public static ButtonStylesheetColorContext FromJson(string data)
Returns

Workspace.XBR.Xperiflow.Core.RestApi.WebApp.ButtonStylesheetColorContext

Parameters
TypeName
System.Stringdata

Inherited Members

  • System.Object.Equals(System.Object)
  • System.Object.Equals(System.Object,System.Object)
  • System.Object.GetHashCode
  • System.Object.GetType
  • System.Object.MemberwiseClone
  • System.Object.ReferenceEquals(System.Object,System.Object)
  • System.Object.ToString

Was this page helpful?