[]
        
(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
object
DashStop
Inherited Members
object.ToString()
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetType()
object.MemberwiseClone()

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