DOM.Enums.PresetLineDashValues
Defines the PresetLineDashValues enumeration.
11 members
Fields
dash. When the item is serialized out as xml, its value is "dash".
dashDot. When the item is serialized out as xml, its value is "dashDot".
dot. When the item is serialized out as xml, its value is "dot".
lgDash. When the item is serialized out as xml, its value is "lgDash".
lgDashDot. When the item is serialized out as xml, its value is "lgDashDot".
lgDashDotDot. When the item is serialized out as xml, its value is "lgDashDotDot".
solid. When the item is serialized out as xml, its value is "solid".
sysDash. When the item is serialized out as xml, its value is "sysDash".
sysDot. When the item is serialized out as xml, its value is "sysDot".
sysDashDot. When the item is serialized out as xml, its value is "sysDashDot".
sysDashDotDot. When the item is serialized out as xml, its value is "sysDashDotDot".