Class PresetLineDashValues
Defines the PresetLineDashValues enumeration.
Inheritance
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class PresetLineDashValues : Enum
Pick the dash pattern an outline stroke draws by setting PresetLineDashValues on TextOutlineEffect.presetLineDash. Solid is the default continuous line, Dash and Dot give simple repeated dashes or dots, and DashDot alternates the two. Longer variants such as LongDash, LongDashDot, and LongDashDotDot stretch the pattern, while the Sys and System forms map to the platform's built-in dash styles. The text outline effect how-to walks through applying an outline.
Fields
Dash
dash.
When the item is serialized out as xml, its value is "dash".
Declaration
public const PresetLineDashValues Dash
Field Value
| Type | Description |
|---|---|
| PresetLineDashValues |
DashDot
dashDot.
When the item is serialized out as xml, its value is "dashDot".
Declaration
public const PresetLineDashValues DashDot
Field Value
| Type | Description |
|---|---|
| PresetLineDashValues |
Dot
dot.
When the item is serialized out as xml, its value is "dot".
Declaration
public const PresetLineDashValues Dot
Field Value
| Type | Description |
|---|---|
| PresetLineDashValues |
LongDash
lgDash.
When the item is serialized out as xml, its value is "lgDash".
Declaration
public const PresetLineDashValues LongDash
Field Value
| Type | Description |
|---|---|
| PresetLineDashValues |
LongDashDot
lgDashDot.
When the item is serialized out as xml, its value is "lgDashDot".
Declaration
public const PresetLineDashValues LongDashDot
Field Value
| Type | Description |
|---|---|
| PresetLineDashValues |
LongDashDotDot
lgDashDotDot.
When the item is serialized out as xml, its value is "lgDashDotDot".
Declaration
public const PresetLineDashValues LongDashDotDot
Field Value
| Type | Description |
|---|---|
| PresetLineDashValues |
Solid
solid.
When the item is serialized out as xml, its value is "solid".
Declaration
public const PresetLineDashValues Solid
Field Value
| Type | Description |
|---|---|
| PresetLineDashValues |
SysDash
sysDash.
When the item is serialized out as xml, its value is "sysDash".
Declaration
public const PresetLineDashValues SysDash
Field Value
| Type | Description |
|---|---|
| PresetLineDashValues |
SysDot
sysDot.
When the item is serialized out as xml, its value is "sysDot".
Declaration
public const PresetLineDashValues SysDot
Field Value
| Type | Description |
|---|---|
| PresetLineDashValues |
SystemDashDot
sysDashDot.
When the item is serialized out as xml, its value is "sysDashDot".
Declaration
public const PresetLineDashValues SystemDashDot
Field Value
| Type | Description |
|---|---|
| PresetLineDashValues |
SystemDashDotDot
sysDashDotDot.
When the item is serialized out as xml, its value is "sysDashDotDot".
Declaration
public const PresetLineDashValues SystemDashDotDot
Field Value
| Type | Description |
|---|---|
| PresetLineDashValues |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |