STK ObjectsSend comments on this topic.
LabelColor Property (IAgPlaceGraphics)
See Also
Windows





Windows & Linux

Description

The color in which the label for the object is displayed.

Property type

Read-write property

Syntax

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

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.