Click or drag to resize

MapBounds Property

Gets the bounds of the viewport in logical coordinates.

Namespace:  TomsToolbox.Wpf.Controls
Assembly:  TomsToolbox.Wpf (in TomsToolbox.Wpf.dll)
Syntax
public Rect Bounds { get; set; }

Property Value

Type: Rect
Remarks
This property only has a public setter to enable binding; changing this property wont have any effect.
See Also