Gets or sets the bounding rectangle of the base map.
Namespace: MindFusion.Mapping.Wpf
Assembly: MindFusion.Mapping.Wpf
SyntaxC#
Copy Code
|
|---|
public Rect BaseBounds { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property BaseBounds As Rect |
A Rect instance.
See Also