Margin.Margin

Margin()

の新しいインスタンスを初期化しますMargin class.

public Margin()

関連項目


Margin(int)

の新しいインスタンスを初期化しますMargin class.

public Margin(int anyMargin)
パラメータタイプ説明
anyMarginInt32任意の余白サイズ。

関連項目


Margin(Length)

の新しいインスタンスを初期化しますMargin class.

public Margin(Length anyMargin)
パラメータタイプ説明
anyMarginLength任意の余白サイズ。

関連項目


Margin(int, int, int, int)

の新しいインスタンスを初期化しますMargin class.

public Margin(int left, int top, int right, int bottom)
パラメータタイプ説明
leftInt32左のサイズ。
topInt32トップサイズ。
rightInt32適切なサイズ。
bottomInt32底のサイズ。

関連項目


Margin(Length, Length, Length, Length)

の新しいインスタンスを初期化しますMargin class.

public Margin(Length left, Length top, Length right, Length bottom)
パラメータタイプ説明
leftLength左のサイズ。
topLengthトップサイズ。
rightLength適切なサイズ。
bottomLength底のサイズ。

関連項目