KmlFeatureStyleLine Property |
Specifies the drawing style (color, color mode, and line width) for all line geometry.
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)
Syntax public KmlLineStyle Line { get; set; }
Public Property Line As KmlLineStyle
Get
Set
public:
property KmlLineStyle^ Line {
KmlLineStyle^ get ();
void set (KmlLineStyle^ value);
}
member Line : KmlLineStyle with get, set
Property Value
Type:
KmlLineStyleSee Also