Color in which the area target label is displayed.
Read-write property
[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(); |
[Unmanaged C++] |
---|
public: HRESULT get_LabelColor( uint * pColor ); public: HRESULT put_LabelColor( uint pColor ); |
[Java] |
---|
public long getLabelColor(); public void setLabelColor( long ); |