[]
Represents decorations that can be added to the end of a line.
public class LineEnd : FormattingBag
Gets or sets the length of the line end decoration (e.g., arrowhead) relative to the width of the line itself.
public LineEndLength Length { get; set; }
Gets or sets the type of decoration that appears at the end of a line.
public LineEndType Type { get; set; }
Gets or sets the width of the line end decoration (e.g., arrowhead) relative to the width of the line itself.
public LineEndWidth Width { get; set; }
public override bool Equals(object fmt)
fmt
objectpublic override int GetHashCode()