KmlDisplayModes Enumeration |
Controls whether the element is displayed or hidden.
Namespace:
Aspose.Gis.Formats.Kml.Styles
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax public enum KmlDisplayModes
Public Enumeration KmlDisplayModes
public enum class KmlDisplayModes
Members
| Member name | Value | Description |
---|
| Show | 0 | Specifies to show the element (known as 'default' in the kml specification). |
| Hide | 1 | Specifies to hide the element. |
See Also