Margins.Margins

Margins constructor

の新しいインスタンスを初期化しますMargins指定された左、右、上、および下のマージンを持つ struct 。

public Margins(float left, float right, float top, float bottom)
パラメータタイプ説明
leftSingle左余白の幅.
rightSingle右余白の幅.
topSingle上余白の幅.
bottomSingle下余白の幅.

関連項目