EntityMetadata.EntityColor Property

Definition

Gets or sets the hexadecimal code to represent the color to be used for this entity in the application.

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

Property Value

The hexadecimal code to represent the color to be used for this entity in the application.

Attributes

Remarks

The value must conform to the hexadecimal color code format, such as "#FF0000" (red).

Applies to