STK ObjectsSend 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
);
[Python - STK API ]
@property
def CentroidColor(self) -> agi.stk12.utilities.colors.Color:

@CentroidColor.setter
def CentroidColor(self, pColor:agi.stk12.utilities.colors.Color) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.