STK ObjectsSend comments on this topic.
Color Property (IAgStGraphics)
See Also
Windows





Windows & Linux

Description

Color in which the star's marker and label are displayed in the 2D Graphics window.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property Color() As System.Drawing.Color
[C#]
public System.Drawing.Color Color {get; set;}
[Managed C++]
public: __property uint get_Color();
public: __property void set_Color( uint );
[Unmanaged C++]
public: HRESULT get_Color(
    uint * pColor
);
public: HRESULT put_Color(
    uint pColor
);
[Java]
public long getColor();
public void setColor(
    long
);
[Python - STK API ]
@property
def Color(self) -> agi.stk12.utilities.colors.Color:

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.