Description
The angle (0-359 deg, starting at 12 o'clock) along the contour at which the label displays.
Property type
Read-write property
Syntax
| [Visual Basic .NET] |
|---|
Public Property LabelAngle() As Integer
|
| [C#] |
|---|
public int LabelAngle {get; set;}
|
| [Managed C++] |
|---|
public: __property int get_LabelAngle(); public: __property void set_LabelAngle(
int
);
|
| [Unmanaged C++] |
|---|
public: HRESULT get_LabelAngle(
long * pVal
);
public: HRESULT put_LabelAngle(
long LabelAngle
);
|
| [Java] |
|---|
public int getLabelAngle();
public void setLabelAngle(
int
);
|
| [Python - STK API] |
|---|
@property
def LabelAngle(self) -> int:
@LabelAngle.setter
def LabelAngle(self, LabelAngle:int) -> None:
|
See Also