Padding

Padding()

ゼロ値を使用して Padding クラスの新しいインスタンスを初期化します。

public Padding()

関連項目


Padding(int)

すべてのエッジに指定されたパディング サイズを使用して、Padding クラスの新しいインスタンスを初期化します。

public Padding(int all)
パラメータ タイプ 説明
all Int32 すべてのエッジのパディングに使用される測定単位の数。

関連項目


Padding(int, int, int, int)

指定されたパディング サイズを使用して、パディング クラスの新しいインスタンスを初期化します。

public Padding(int left, int right, int top, int bottom)
パラメータ タイプ 説明
left Int32 左パディングのサイズ。
right Int32 適切なパディング サイズ。
top Int32 トップ パディング サイズ。
bottom Int32 下パディングのサイズ。

関連項目