KmlListStyle Class

Specifies how a Feature is displayed in the list view.
Inheritance Hierarchy
SystemObject
  Aspose.Gis.Formats.Kml.StylesKmlListStyle

Namespace:  Aspose.Gis.Formats.Kml.Styles
Assembly:  Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntax
public class KmlListStyle

The KmlListStyle type exposes the following members.

Constructors
  NameDescription
Public methodKmlListStyle
Initializes a new instance of the KmlListStyle class
Properties
  NameDescription
Public propertyBackgroundColor
Specifies the background color of the graphic element. Default value is White.
Public propertyItemIcons
Icon used in the List view that reflects the state of a Folder or Link fetch. Default value is means the icons are none.
Public propertyItemType
Specifies how a kml:Folder and its contents shall be displayed as items in the list view. Default value is Check.
Public propertyMaxSnippetLines
Specifies the maximum number of lines to display in the list view. Default value is '2'.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
See Also