ShapeLayerLocalOffset Property  | 
 
            Gets or sets a local offset from the world origin (0,0). This can be used to reduce jitter on
            higher zoom-levels. Note! This value must be set before the layer is Inserted into the map
            
 
    Namespace: 
   Ptv.XServer.Controls.Map.Layers.Shapes
    Assembly:
   Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntaxpublic Point LocalOffset { get; set; }Public Property LocalOffset As Point
	Get
	Set
public:
property Point LocalOffset {
	Point get ();
	void set (Point value);
}member LocalOffset : Point with get, set
Property Value
Type: 
Point
See Also