Click or drag to resize

CesiumVerticalOrigin Enumeration

The vertical 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 CesiumVerticalOrigin
Members
  Member nameDescription
Bottom The bottom of the item is located at the position.
Center The item is at the vertical center between Baseline and Top.
Top The top of the item is located at the position.
Baseline If the object contains text, the origin is at the baseline of the text, otherwise the origin is at the bottom of the object.
See Also