EssentialsLayerInfoIsVisible Property |
Gets or sets a value indicating whether the Layer is set to visible.
Namespace: Geocortex.Essentials.ClientAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntaxpublic bool IsVisible { get; set; }
Public Property IsVisible As Boolean
Get
Set
Property Value
Type:
BooleanTrue if the layer is currently visible, false otherwise.
See Also