PointLabelOrientation Type
In This Article
Lists values used to specify point label orientation.
#Declaration
TypeScript
export type PointLabelOrientation = "Default" | "RotateRight" | "RotateLeft"
#Members
Name | Description |
---|---|
"Default" | A point label is displayed in its default orientation. |
"Rotate |
A point label is rotated 90 degrees clockwise. |
"Rotate |
A point label is rotated 90 degrees counter clockwise. |
#Remarks
Values from this type alias are used to set the PointLabelOptionsBase.orientation property.