CapType

LineFormat.CapType property

指定结尾大写。

public LineCapType CapType { get; set; }

例子


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

也可以看看