Gets or sets the angle (0-359 deg, starting at 12 o'clock) along the contour at which the label displays.
Read-write property
[Visual Basic .NET] |
---|
Public Property LabelAngle() As Integer |
[C#] |
---|
public int LabelAngle {get; set;} |
[Managed C++] |
---|
public: __property int get_LabelAngle(); |
[Unmanaged C++] |
---|
public: HRESULT get_LabelAngle( long * pVal ); public: HRESULT put_LabelAngle( long LabelAngle ); |
[Java] |
---|
public int getLabelAngle(); public void setLabelAngle( int ); |