Property ViewInsets
ViewInsets
Gets or sets the viewport inset padding.
Declaration
public Thickness ViewInsets { get; set; }
Property Value
Type | Description |
---|---|
System. |
The viewport inset padding. |
Remarks
The ViewmapView.ViewInsets = new Thickness(sidePanel.Width, 0, 0, 0);
.
If you just want to zoom to a geometry and leave a bit of padding around it, use the Set
The ViewInsets setting currently only applies to Map
See Also
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Windows | 100.13 - 200.6 |