次の方法で共有


PdfBorderStyle 列挙型

定義

注釈の罫線のスタイルを列挙します。

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

フィールド

Beveled 2

面取り効果を示します。

Dashed 1

破線の効果を示します。

Inset 3

インセット効果を示します。

Solid 0

実線を示します。

Underline 4

注釈に下線が付きます。

適用対象