KmlFeatureStyle.Line

KmlFeatureStyle.Line property

Specifies the drawing style (color, color mode, and line width) for all line geometry. Use null to indicate a missing style. Default Value is null.

public KmlLineStyle Line { get; set; }

See Also