ViewInsets QML Type
Defines areas along the edges of a GeoView that may be obscured by some other UI elements. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.1 |
Inherits: |
- List of all members, including inherited members
- ViewInsets is part of QML Type List.
Properties
Detailed Description
View insets reduce the size of the area where it is safe to display callouts, attribution text, location display, and other visual elements on the GeoView when some of the GeoView is obscured by overlaid UI elements such as slide-in panels. The anchoring of the GeoView's visual elements is adjusted to account for the overlaid UI elements.
Units for left, right, top, and bottom are specified in device-independent pixels (DIPs).
Property Documentation
bottom : double |
The inset from the bottom edge, in device independent pixels (DIPs).
[read-only] empty : bool |
Whether the insets are set to default values.
The view insets are empty if the inset of all four edges are 0
.
left : double |
The inset from the left edge, in device independent pixels (DIPs).
right : double |
The inset from the right edge, in device independent pixels (DIPs).
top : double |
The inset from the top edge, in device independent pixels (DIPs).