Description
Color in which the area target centroid is displayed.
Property type
Read-write property
Syntax
[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(); public: __property void set_CentroidColor(
uint
);
|
[Unmanaged C++] |
---|
public: HRESULT get_CentroidColor(
uint * pColor
);
public: HRESULT put_CentroidColor(
uint pColor
);
|
[Java] |
---|
public long getCentroidColor();
public void setCentroidColor(
long
);
|
See Also