RowDefinition 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
定義 Grid 中資料列屬性的 IDefinition。
public sealed class RowDefinition : Xamarin.Forms.BindableObject, Xamarin.Forms.IDefinition
type RowDefinition = class
inherit BindableObject
interface IDefinition
- 繼承
- 實作
備註
應用程式開發人員可以在 XAML 中指定 GridUnitType 屬性的值 Height 。 這通常是在集合屬性的 RowDefinitions 標記內完成。 下列範例示範將三個資料列高度設定為三個有效 GridUnitType 值的每一個:
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
<RowDefinition Height="*" />
<RowDefinition Height="100" />
</Grid.RowDefinitions>
建構函式
RowDefinition() |
使用預設值建立新的 RowDefinition 物件。 |
欄位
HeightProperty |
Height 屬性的備份存放區。 |
屬性
BindingContext |
取得或設定物件,這個物件包含屬於此 BindableObject 屬性繫結屬性將設為目標的屬性。 (繼承來源 BindableObject) |
Dispatcher |
定義 Grid 中資料列屬性的 IDefinition。 (繼承來源 BindableObject) |
Height |
取得或設定資料列的高度。 |
方法
事件
BindingContextChanged |
每當 BindingContext 屬性變更時引發。 (繼承來源 BindableObject) |
PropertyChanged |
在屬性變更時引發。 (繼承來源 BindableObject) |
PropertyChanging |
在屬性即將變更時引發。 (繼承來源 BindableObject) |
SizeChanged |
資料列的大小變更時引發的事件。 |
明確介面實作
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
供 Xamarin.Forms 平台內部使用。 (繼承來源 BindableObject) |