LineFormat.CapType

LineFormat.CapType property

Specifies the ending caps.

public LineCapType CapType { get; set; }

Examples


[C#]
lineFmt.CapType = LineCapType.Flat;

See Also