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.2.419.0 (24.2.419.0)
Syntax public enum CesiumVerticalOrigin
Public Enumeration CesiumVerticalOrigin
public enum class CesiumVerticalOrigin
type CesiumVerticalOrigin
Members
| Member name | Description |
---|
| 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