Description
The color in which the label for the object is displayed.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property LabelColor() As System.Drawing.Color
|
| [C#] |
|---|
public System.Drawing.Color LabelColor {get; set;}
|
| [Managed C++] |
|---|
public: __property uint^ get_LabelColor(); public: __property void set_LabelColor( uint ^ );
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LabelColor( uint ** ppRetVal ); public: HRESULT put_LabelColor( uint * pNewLabelColor );
|
| [Java] |
|---|
public long getLabelColor();public void setLabelColor( long );
|
See Also