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
Members
  Member nameValueDescription
Show0 Specifies to show the element (known as 'default' in the kml specification).
Hide1 Specifies to hide the element.
See Also