Enum VisibilityMode
Represents the visibility modes for a map layer.
Namespace: Syncfusion.RDL.DOM
Assembly: Syncfusion.EJ.ReportViewer.dll
Syntax
public enum VisibilityMode
Fields
Name | Description |
---|---|
Hidden | The layer is always hidden. |
Visible | The layer is always visible. |
ZoomBased | The layer is shown in a zoom level range. |