KmlFeatureStyleList Property |
Specifies how a Feature is displayed in the list view.
Use to indicate a missing style.
Default Value is .
Namespace:
Aspose.Gis.Formats.Kml.Styles
Assembly:
Aspose.GIS (in Aspose.GIS.dll) Version: 20.3.0.0 (20.03)
Syntaxpublic KmlListStyle List { get; set; }
Public Property List As KmlListStyle
Get
Set
public:
property KmlListStyle^ List {
KmlListStyle^ get ();
void set (KmlListStyle^ value);
}
member List : KmlListStyle with get, set
Property Value
Type:
KmlListStyle
See Also