| 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: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic enum CesiumVerticalOrigin
Public Enumeration CesiumVerticalOrigin
public enum class CesiumVerticalOrigin
type CesiumVerticalOrigin
 Members
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
See Also