AGI STK Objects 11Send comments on this topic.
CentroidColor Property (IAgATGraphics)
See Also
Windows






Windows & Linux

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

© 2019 Analytical Graphics, Inc. All Rights Reserved.