Class CompoundLineValues
Specifies the type of compound line style.
Inheritance
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class CompoundLineValues : Enum
Set how many parallel lines a text outline draws with CompoundLineValues, applied on TextOutlineEffect.CompoundLineType. Simple draws one plain line, the usual choice, while Double and Triple stack two or three even lines. ThickThin pairs a heavy line with a light one and ThinThick reverses that order for a different emphasis. The text outline effect how-to covers outlining text.
outlineEffect.CompoundLineType = CompoundLineValues.Simple;Fields
Double
A double line.
Declaration
public const CompoundLineValues Double
Field Value
| Type | Description |
|---|---|
| CompoundLineValues |
Simple
A single line.
Declaration
public const CompoundLineValues Simple
Field Value
| Type | Description |
|---|---|
| CompoundLineValues |
ThickThin
A thick-thin line.
Declaration
public const CompoundLineValues ThickThin
Field Value
| Type | Description |
|---|---|
| CompoundLineValues |
ThinThick
A thin-thick line.
Declaration
public const CompoundLineValues ThinThick
Field Value
| Type | Description |
|---|---|
| CompoundLineValues |
Triple
A triple line.
Declaration
public const CompoundLineValues Triple
Field Value
| Type | Description |
|---|---|
| CompoundLineValues |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |