次の方法で共有


PrintTaskOptions.Bordering プロパティ

定義

印刷タスクの罫線オプションを取得または設定します。

public:
 property PrintBordering Bordering { PrintBordering get(); void set(PrintBordering value); };
PrintBordering Bordering();

void Bordering(PrintBordering value);
public PrintBordering Bordering { get; set; }
var printBordering = printTaskOptions.bordering;
printTaskOptions.bordering = printBordering;
Public Property Bordering As PrintBordering

プロパティ値

罫線オプション。

Windows の要件

デバイス ファミリ
Windows 10 Anniversary Edition (10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox で導入)
API contract
Windows.Foundation.UniversalApiContract (v3.0 で導入)

適用対象