PdfLineStyle 枚举

定义

枚举行尾样式

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 11, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum PdfLineStyle
type PdfLineStyle = 
继承
PdfLineStyle
属性

字段

Circle 2

指示填充的圆线结束字形。

ClosedArrow 5

指示实心三角线结束字形。

Diamond 3

指示实心菱形线结束字形。

None 0

指示没有以字形结尾的行。

OpenArrow 4

指示结束字形的打开箭头线。

Square 1

指示实心方线结束字形。

适用于