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: 24.2.419.0 (24.2.419.0)
Syntax public 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:
CesiumPropertyRectangularSee Also