[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.DirectWrite.LineBreakpoint

Struct LineBreakpoint

Namespace
GrapeCity.Documents.DX.DirectWrite
Assembly
GcDocs.DX.Windows.dll

DWRITE_LINE_BREAKPOINT

public struct LineBreakpoint
Inherited Members
System.ValueType.Equals(object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()

Properties

BreakConditionAfter

Indicates a breaking condition after the character.

public BreakCondition BreakConditionAfter { get; set; }

Property Value

BreakCondition

BreakConditionBefore

Indicates a breaking condition before the character.

public BreakCondition BreakConditionBefore { get; set; }

Property Value

BreakCondition

IsSoftHyphen

unsigned char isSoftHyphen

public bool IsSoftHyphen { get; set; }

Property Value

bool

IsWhitespace

unsigned char isWhitespace

public bool IsWhitespace { get; set; }

Property Value

bool

Padding

unsigned char padding

public byte Padding { get; set; }

Property Value

byte