Interface IMapView
A set of MapView members used with the MapViewHandler class.
Microsoft.Maui.IView.Arrange(Microsoft.Maui.Graphics.Rect)
Microsoft.Maui.IView.Measure(System.Double, System.Double)
Microsoft.Maui.IView.InvalidateMeasure()
Microsoft.Maui.IView.InvalidateArrange()
Microsoft.Maui.IView.Focus()
Microsoft.Maui.IView.Unfocus()
Microsoft.Maui.IView.AutomationId
Microsoft.Maui.IView.FlowDirection
Microsoft.Maui.IView.HorizontalLayoutAlignment
Microsoft.Maui.IView.VerticalLayoutAlignment
Microsoft.Maui.IView.Semantics
Microsoft.Maui.IView.Clip
Microsoft.Maui.IView.Shadow
Microsoft.Maui.IView.IsEnabled
Microsoft.Maui.IView.IsFocused
Microsoft.Maui.IView.Visibility
Microsoft.Maui.IView.Opacity
Microsoft.Maui.IView.Background
Microsoft.Maui.IView.Frame
Microsoft.Maui.IView.Width
Microsoft.Maui.IView.MinimumWidth
Microsoft.Maui.IView.MaximumWidth
Microsoft.Maui.IView.Height
Microsoft.Maui.IView.MinimumHeight
Microsoft.Maui.IView.MaximumHeight
Microsoft.Maui.IView.Margin
Microsoft.Maui.IView.DesiredSize
Microsoft.Maui.IView.ZIndex
Microsoft.Maui.IView.Handler
Microsoft.Maui.IView.InputTransparent
Microsoft.Maui.IElement.Parent
Microsoft.Maui.ITransform.TranslationX
Microsoft.Maui.ITransform.TranslationY
Microsoft.Maui.ITransform.Scale
Microsoft.Maui.ITransform.ScaleX
Microsoft.Maui.ITransform.ScaleY
Microsoft.Maui.ITransform.Rotation
Microsoft.Maui.ITransform.RotationX
Microsoft.Maui.ITransform.RotationY
Microsoft.Maui.ITransform.AnchorX
Microsoft.Maui.ITransform.AnchorY
Namespace: Esri.ArcGISRuntime.Maui
Assembly: Esri.ArcGISRuntime.Maui.dll
Syntax
public interface IMapView : IGeoView, IView, IElement, ITransform
Remarks
This API might expand in the future, and implementing it isn't recommended.
Properties
Name | Description |
---|---|
BackgroundGrid | Gets or sets the background grid rendered behind the map data. |
GeometryEditor | Gets or sets the GeometryEditor which allows users to interactively create and edit geometries by interacting with the view. |
Grid | Gets or sets the grid that is available to the map for display. |
InteractionOptions | Gets or sets a set of properties that control user interaction with the MapView. |
Map | Gets or sets the map the view is rendering. |
SketchEditor | Gets or sets the sketch editor used for drawing and editing on the map. |
WrapAroundMode | Gets or sets a whether the map will do continuous pan across the antimeridian |
Applies to
Target | Versions |
---|---|
.NET | 200.0 - 200.5 |
.NET Windows | 200.0 - 200.5 |
.NET Android | 200.0 - 200.5 |
.NET iOS | 200.0 - 200.5 |