Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public enum CesiumHorizontalOrigin
Members
  Member nameDescription
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