[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.DashStop

Class DashStop

Namespace
GrapeCity.Documents.Word
Assembly
GcDocs.Word.dll

Represents a a dash stop primitive.

Dashing schemes are built by specifying an ordered list of dash stop primitive.

A dash stop primitive consists of a dash and a space.

public class DashStop : FormattingBag
Inheritance
DashStop
Inherited Members

Properties

DashLength

Gets or sets the length, in percent, of the dash relative to line width.

public float DashLength { get; set; }

Property Value

float

SpaceLength

Gets or sets the length, in percent, of the space relative to line width.

public float SpaceLength { get; set; }

Property Value

float

Methods

Equals(object)

public override bool Equals(object fmt)

Parameters

fmt object

Returns

bool

GetHashCode()

public override int GetHashCode()

Returns

int