Grid.ShouldSerializeRowDefinitions メソッド

定義

この RowDefinitionCollection のインスタンスに関連付けられている Grid が空でない場合に true を返します。

public:
 bool ShouldSerializeRowDefinitions();
public bool ShouldSerializeRowDefinitions ();
member this.ShouldSerializeRowDefinitions : unit -> bool
Public Function ShouldSerializeRowDefinitions () As Boolean

戻り値

この Grid のインスタンスに関連付けられている RowDefinitionCollection が空でない場合は true、それ以外の場合は false

適用対象

こちらもご覧ください