| LabelGraphicsPixelOffset Property  | 
 
            Gets or sets the label's offset from the origin in pixel coordinates.
            The 
Y coordinate moves the label upwards, and the
            
X coordinate moves the label to the right.
            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<Rectangular> PixelOffset { get; set; }Public Property PixelOffset As CesiumProperty(Of Rectangular)
	Get
	Set
public:
property CesiumProperty<Rectangular>^ PixelOffset {
	CesiumProperty<Rectangular>^ get ();
	void set (CesiumProperty<Rectangular>^ value);
}member PixelOffset : CesiumProperty<Rectangular> with get, set
Property Value
Type: 
CesiumPropertyRectangular See Also
See Also