Select the color in which the track label will be 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 * pVal ); public: HRESULT put_LabelColor( uint Color ); |
[Java] |
---|
public long getLabelColor(); public void setLabelColor( long ); |