Class KmlListStyle

KmlListStyle class

Specifies how a Feature is displayed in the list view.

public class KmlListStyle

Constructors

NameDescription
KmlListStyle()The default constructor.

Properties

NameDescription
BackgroundColor { get; set; }Specifies the background color of the graphic element. Default value is White.
ItemIcons { get; set; }Icon used in the List view that reflects the state of a Folder or Link fetch. Default value is null means the icons are none.
ItemType { get; set; }Specifies how a kml:Folder and its contents shall be displayed as items in the list view. Default value is Check.
MaxSnippetLines { get; set; }Specifies the maximum number of lines to display in the list view. Default value is ‘2’.

See Also