OptionMetadata.Color Property

Definition

Gets or sets the hexadecimal value set to assign a color for the option.

public:
 property System::String ^ Color { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.Serialization.DataMember]
public string Color { get; set; }
[<System.Runtime.Serialization.DataMember>]
member this.Color : string with get, set
Public Property Color As String

Property Value

The hexadecimal value set to assign a color for the option.

Attributes

Applies to