| LabelGraphicsEyeOffset Property  | 
 
            Gets or sets the label's offset from the origin in eye coordinates.
            Eye coordinates are specified in a left-handed coordinate system where
            
X points toward the viewer's right,
            
Y points up, and
            
Z points into the screen.
            If not specified, the default is 
Zero.
            
 
    Namespace: 
   AGI.Foundation.Cesium
    Assembly:
   AGI.Foundation.Cesium (in AGI.Foundation.Cesium.dll) Version: 25.1.421.0 (25.1.421.0)
 Syntax
Syntaxpublic CesiumProperty<Cartesian> EyeOffset { get; set; }Public Property EyeOffset As CesiumProperty(Of Cartesian)
	Get
	Set
public:
property CesiumProperty<Cartesian>^ EyeOffset {
	CesiumProperty<Cartesian>^ get ();
	void set (CesiumProperty<Cartesian>^ value);
}member EyeOffset : CesiumProperty<Cartesian> with get, set
Property Value
Type: 
CesiumPropertyCartesian See Also
See Also