KmlFeatureStyleIcon Property |
Specifies how icons for point Placemarks are drawn.
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 KmlIconStyle Icon { get; set; }
Public Property Icon As KmlIconStyle
Get
Set
public:
property KmlIconStyle^ Icon {
KmlIconStyle^ get ();
void set (KmlIconStyle^ value);
}
member Icon : KmlIconStyle with get, set
Property Value
Type:
KmlIconStyle
See Also