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





Windows & Linux

Description

Specify whether the star's label is displayed.

Property type

Read-write property

Syntax

[Visual Basic .NET]
Public Property LabelVisible() As Boolean
[C#]
public bool LabelVisible {get; set;}
[Managed C++]
public: __property bool get_LabelVisible();
public: __property void set_LabelVisible( bool );
[Unmanaged C++]
public: HRESULT get_LabelVisible(
    VARIANT_BOOL * pShowLabel
);
public: HRESULT put_LabelVisible(
    VARIANT_BOOL pShowLabel
);
[Java]
public bool getLabelVisible();
public void setLabelVisible(
    bool
);
[Python - STK API ]
@property
def LabelVisible(self) -> bool:

@LabelVisible.setter
def LabelVisible(self, pShowLabel:bool) -> None:

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.