Spacer

何も表示されない要素を生成します。
要素間の余白作りに使用します。

UIHost<LayoutElement> LayoutBase.Spacer(int height, int width = 1)

引数

引数説明
heightint縦方向のサイズ
widthint横方向のサイズ

サンプル

public override void OnLayout()
{
    Spacer(50);
}