EntityMetadata.EntityColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).