[]
        
(Showing Draft Content)

C1.Win.Map.Line

Line Class

Represents the line appearance for various map elements.

Inheritance
Line
Namespace: C1.Win.Map
Assembly: C1.Win.Map.4.8.dll
Syntax
[TypeConverter(typeof(ExpandableObjectConverter))]
public class Line : StyleObject

Constructors

Name Description
Line(Line)

Creates a new instance of Line class.

Properties

Name Description
Color

Gets or sets the color of the line.

Style

Gets or sets the style of the dashed line.

Width

Gets or sets the width of the line.

Methods

Name Description
ResetColor()

Resets the Color to default state.

ResetStyle()

Resets the Style to default state.

ResetWidth()

Resets the Width to default state.

ShouldSerializeColor()

Returns false if Color is in default state.

ShouldSerializeStyle()

Returns false if Style is in default state.

ShouldSerializeWidth()

Returns false if Width is in default state.