Description
The color in which the marker for the object
is displayed.
Property type
Read-write property
Syntax
[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();
public: __property void set_MarkerColor(
uint ^
);
|
[Unmanaged C++] |
public: HRESULT get_MarkerColor(
uint ** ppRetVal
);
public: HRESULT put_MarkerColor(
uint * pNewMarkerColor
);
|
[Java] |
public long getMarkerColor();public void setMarkerColor(
long
);
|
See Also