RowDefinition 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義 Grid 中資料列屬性的 IDefinition。
public ref class RowDefinition sealed : Microsoft::Maui::Controls::BindableObject, Microsoft::Maui::Controls::IDefinition, Microsoft::Maui::IGridRowDefinition
public sealed class RowDefinition : Microsoft.Maui.Controls.BindableObject, Microsoft.Maui.Controls.IDefinition, Microsoft.Maui.IGridRowDefinition
type RowDefinition = class
inherit BindableObject
interface IDefinition
interface IGridRowDefinition
Public NotInheritable Class RowDefinition
Inherits BindableObject
Implements IDefinition, IGridRowDefinition
- 繼承
- 實作
備註
應用程式開發人員可以在 XAML 中指定 GridUnitType 屬性的值 Height 。 這通常是在集合屬性的 RowDefinitions 標記內完成。 下列範例示範將三個有效值設定三個數據 GridUnitType 列高度:
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
<RowDefinition Height="100" />
</Grid.RowDefinitions>
建構函式
RowDefinition() |
使用預設值建立新的 RowDefinition 物件。 |
RowDefinition(GridLength) |
定義 Grid 中資料列屬性的 IDefinition。 |
欄位
HeightProperty |
的 HeightBindable 屬性。 |
屬性
BindingContext |
取得或設定 物件,其中包含屬於這個 BindableObject之系結屬性的目標屬性。 這是可繫結屬性。 (繼承來源 BindableObject) |
Dispatcher |
取得建立這個可系結物件時可用的發送器,否則會嘗試尋找最接近的可用發送器(可能是視窗的/應用程式)。 (繼承來源 BindableObject) |
Height |
取得或設定資料列的高度。 |
方法
事件
BindingContextChanged |
發生於 BindingContext 屬性的值變更時。 (繼承來源 BindableObject) |
PropertyChanged |
當屬性值變更時發生。 (繼承來源 BindableObject) |
PropertyChanging |
屬性值正在變更時發生。 (繼承來源 BindableObject) |
SizeChanged |
定義 Grid 中資料列屬性的 IDefinition。 |
明確介面實作
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
定義 Grid 中資料列屬性的 IDefinition。 (繼承來源 BindableObject) |