KmlLabelStyle Class

Specifies how the label is drawn in the geographic view.
Inheritance Hierarchy

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

The KmlLabelStyle type exposes the following members.

Constructors
  NameDescription
Public methodKmlLabelStyle
Initializes a new instance of the KmlLabelStyle class
Properties
  NameDescription
Public propertyColor
Specifies the color of the graphic element. Default value White.
(Inherited from KmlAbstractColorStyle.)
Public propertyColorMode
Specifies the color mode of the graphic element. Default Value: normal.
(Inherited from KmlAbstractColorStyle.)
Public propertyScale
Specifies a scale factor to be applied to the label. Default value is '1'.
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