VDocs.NET
HomeAPI Reference
Back to DOM

DOM.Enums.PresetLineDashValues

Namespace: DOM.Enums

Defines the PresetLineDashValues enumeration.

11 members

Fields

Dash

dash. When the item is serialized out as xml, its value is "dash".

DashDot

dashDot. When the item is serialized out as xml, its value is "dashDot".

Dot

dot. When the item is serialized out as xml, its value is "dot".

LongDash

lgDash. When the item is serialized out as xml, its value is "lgDash".

LongDashDot

lgDashDot. When the item is serialized out as xml, its value is "lgDashDot".

LongDashDotDot

lgDashDotDot. When the item is serialized out as xml, its value is "lgDashDotDot".

Solid

solid. When the item is serialized out as xml, its value is "solid".

SysDash

sysDash. When the item is serialized out as xml, its value is "sysDash".

SysDot

sysDot. When the item is serialized out as xml, its value is "sysDot".

SystemDashDot

sysDashDot. When the item is serialized out as xml, its value is "sysDashDot".

SystemDashDotDot

sysDashDotDot. When the item is serialized out as xml, its value is "sysDashDotDot".