KmlFeatureStyleLabel Property |
Specifies how labels of a Feature 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 KmlLabelStyle Label { get; set; }
Public Property Label As KmlLabelStyle
Get
Set
public:
property KmlLabelStyle^ Label {
KmlLabelStyle^ get ();
void set (KmlLabelStyle^ value);
}
member Label : KmlLabelStyle with get, set
Property Value
Type:
KmlLabelStyle
See Also