KmlLineStyle Class

Specifies how the name of a kml:AbstractFeatureGroup 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 KmlLineStyle : KmlAbstractColorStyle

The KmlLineStyle type exposes the following members.

Constructors
  NameDescription
Public methodKmlLineStyle
Initializes a new instance of the KmlLineStyle 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 propertyWidth
Width of the line, in pixels. 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