[]
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
Gets or sets the length, in percent, of the dash relative to line width.
public float DashLength { get; set; }
Gets or sets the length, in percent, of the space relative to line width.
public float SpaceLength { get; set; }
public override bool Equals(object fmt)
fmt
objectpublic override int GetHashCode()