Color in which the area target centroid is displayed.
Read-write property
[Visual Basic .NET] |
---|
Public Property CentroidColor() As System.Drawing.Color |
[C#] |
---|
public System.Drawing.Color CentroidColor {get; set;} |
[Managed C++] |
---|
public: __property uint get_CentroidColor(); |
[Unmanaged C++] |
---|
public: HRESULT get_CentroidColor( uint * pColor ); public: HRESULT put_CentroidColor( uint pColor ); |
[Java] |
---|
public long getCentroidColor(); public void setCentroidColor( long ); |