Property ViewInsets
ViewInsets
Gets or sets the viewport inset padding.
Declaration
public UIEdgeInsets ViewInsets { get; set; }
Property Value
Type | Description |
---|---|
UIKit. |
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 iOS | 200.0 - 200.6 |
Xamarin.iOS | 100.1 - 100.15 |