Enum GroupVisibilityMode
Specifies the visibility modes on a GroupLayer.
Namespace: Esri.ArcGISRuntime.Mapping
Assembly: Esri.ArcGISRuntime.dll
Syntax
public enum GroupVisibilityMode
Fields
Name | Description |
---|---|
Exclusive | Only one child is visible at a time. When one child is made visible, all other children should be made not visible. In a table of contents, the children should be displayed with radio buttons. |
Independent | Each child manages its visibility independent of the parent group. Toggling the parent's visibility should not change the child's visibility. In a table of contents, the children might be displayed with check boxes to change their visibility. |
Inherited | Each child inherits the visibility of its parent group. The visibility of children should match that of the parent. In a table of contents, the children might be displayed with checkboxes whose values are bound to the parent or disabled. Alternatively, the children may be hidden from the table of contents since they effectively operate as a single layer. |
Applies to
Target | Versions |
---|---|
.NET Standard 2.0 | 100.9 - 100.15 |
.NET 6.0 | 100.13 - 100.15 |
.NET 6.0 Windows | 100.13 - 100.15 |
.NET Framework | 100.9 - 100.15 |
.NET 5 | 100.10 - 100.12 |
.NET Core 3.1 | 100.9 - 100.12 |
Xamarin.Android | 100.9 - 100.15 |
Xamarin.iOS | 100.9 - 100.15 |
UWP | 100.9 - 100.15 |