Click or drag to resize
LayerBaseAbsolutePosition Property
Get or set the position of the layer within the map. (Does not affect current position until Move(Point) is called)

Namespace: (Default Namespace)
Assembly: Default (in Default.exe) Version: 1.0.0.0
Syntax
C#
public Point AbsolutePosition { get; set; }

Property Value

Type: Point
See Also