Inherits: LineStyle < DesignItem < ScriptObject

A line style describes the appearance of a DocShape.

Properties

NameTypeGet/SetBrief
IsUsedboolYes/NoWhether this style is currently in use by a shape on this design.
LinePatternLinePatternYes/NoNo description provided.
NamestrYes/YesThe name of this item.
WidthintYes/YesThe line width of this style.

Enumerations

LinePattern

NameValueDescription
Solid0No description provided.
Dotted1No description provided.
ShortDashed2No description provided.
LongDashed3No description provided.
DashedAndDotted4No description provided.
LongAndShortDashed5No description provided.
DashedAndDoubleDotted6No description provided.

Property Details

IsUsed

Type: bool

Whether this style is currently in use by a shape on this design.


LinePattern

Type: LinePattern


Name

Type: str

The name of this item.


Width

Type: int

The line width of this style.