バージョン

MaximumRows プロパティ

UltraTilePanel にタイルをレイアウトするときの行の最大数を取得または設定します。
シンタックス
'宣言
 
Public Property MaximumRows As Integer
public int MaximumRows {get; set;}

プロパティ値

パネルをレイアウトするときに行の最大数。
例外
例外解説
System.ArgumentOutOfRangeException 設定した値は 0 未満です。
System.InvalidOperationException指定した値は MinimumRows 以下で 0 ではない値です。
参照