共用方式為


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

表示實心方塊結尾字元。

適用於