JoinType

LineFormat.JoinType property

指定线连接类型。

public LineJoinType JoinType { get; set; }

例子


[C#]
lineFmt.JoinType = LineJoinType.Round;

也可以看看