The color in which the marker for the object is displayed.
Read-write property
[Visual Basic .NET] |
---|
Public Property MarkerColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color MarkerColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_MarkerColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_MarkerColor( uint * pColor ); public: HRESULT put_MarkerColor( uint pColor ); |
[Java] |
---|
public long getMarkerColor(); public void setMarkerColor( long ); |