KmlItemTypes Enumeration

Specifies how a kml:Feature and its contents shall be displayed as items in a list view.

Namespace:  Aspose.Gis.Formats.Kml.Styles
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public enum KmlItemTypes
Members
  Member nameValueDescription
RadioFolder0 Only one of items shall be visible at a time.
Check1 The visibility is tied to its item's checkbox
CheckHideChildren2 Use a normal checkbox for visibility but do not display the item's children in the list view.
CheckOffOnly3 Prevents all items from being made visible at once—that is, the user can turn everything in the Container Group off but cannot turn everything on at the same time.
See Also