Enum SvgOverflow
Describes the shape at the end of a line or segment.
public enum SvgOverflow
Fields
Hidden = 1
Half of a square that has a length equal to the line thickness.
Visible = 0
A cap that does not extend past the last point of the line. Comparable to cap used for objects other than lines.
Remarks
The following illustration shows the available cap styles for lines or segments. The red portion of the line shows the extra area added by the line cap setting.