Grid.RowDefinitions 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
RowDefinitionCollection获取在此实例Grid上定义的 。
public:
property System::Windows::Controls::RowDefinitionCollection ^ RowDefinitions { System::Windows::Controls::RowDefinitionCollection ^ get(); };
public:
property System::Windows::Controls::RowDefinitionCollection ^ RowDefinitions { System::Windows::Controls::RowDefinitionCollection ^ get(); void set(System::Windows::Controls::RowDefinitionCollection ^ value); };
public System.Windows.Controls.RowDefinitionCollection RowDefinitions { get; }
[System.ComponentModel.TypeConverter(typeof(System.Windows.Controls.RowDefinitionCollectionConverter))]
public System.Windows.Controls.RowDefinitionCollection RowDefinitions { get; set; }
member this.RowDefinitions : System.Windows.Controls.RowDefinitionCollection
[<System.ComponentModel.TypeConverter(typeof(System.Windows.Controls.RowDefinitionCollectionConverter))>]
member this.RowDefinitions : System.Windows.Controls.RowDefinitionCollection with get, set
Public ReadOnly Property RowDefinitions As RowDefinitionCollection
Public Property RowDefinitions As RowDefinitionCollection
属性值
RowDefinitionCollection在此实例Grid上定义的 。
- 属性
注解
XAML 属性元素用法
<object>
<object.RowDefinitions>
OneOrMoreRowDefinitions
</object.RowDefinitions>
</object>
XAML 值
OneOrMoreRowDefinitions 一个或多个 RowDefinition 元素。 每个此类 RowDefinition 都将成为表示最终网格布局中的行的占位符。