Click or drag to resize

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.1.418.0 (24.1.418.0)
Syntax
public CesiumProperty<Rectangular> PixelOffset { get; set; }

Property Value

Type: CesiumPropertyRectangular
See Also