CesiumHorizontalOrigin Enumeration |
The horizontal origin of an item relative to its position.
Namespace:
AGI.Foundation.Cesium
Assembly:
AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 24.2.419.0 (24.2.419.0)
Syntax public enum CesiumHorizontalOrigin
Public Enumeration CesiumHorizontalOrigin
public enum class CesiumHorizontalOrigin
type CesiumHorizontalOrigin
Members
| Member name | Description |
---|
| Left |
The left side of the item is located at the position.
|
| Center |
The item is horizontally centered on the position.
|
| Right |
The right side of the item is located at the position.
|
See Also