ColumnDefinition クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Grid 内の列のプロパティを定義する IDefinition。
public ref class ColumnDefinition sealed : Microsoft::Maui::Controls::BindableObject, Microsoft::Maui::Controls::IDefinition, Microsoft::Maui::IGridColumnDefinition
public sealed class ColumnDefinition : Microsoft.Maui.Controls.BindableObject, Microsoft.Maui.Controls.IDefinition, Microsoft.Maui.IGridColumnDefinition
type ColumnDefinition = class
inherit BindableObject
interface IDefinition
interface IGridColumnDefinition
Public NotInheritable Class ColumnDefinition
Inherits BindableObject
Implements IDefinition, IGridColumnDefinition
- 継承
- 実装
注釈
次の例では、3 つの有効な GridUnitType 値それぞれに 3 つの列幅を設定する方法を示します。
<Grid.ColumnDefinitions>
<ColumnDefinition Width="Auto" />
<ColumnDefinition Width="*" />
<ColumnDefinition Width="100" />
</Grid.ColumnDefinitions>
コンストラクター
ColumnDefinition() |
既定値を使用して、新しい ColumnDefinition オブジェクトを作成します。 |
ColumnDefinition(GridLength) |
Grid 内の列のプロパティを定義する IDefinition。 |
フィールド
WidthProperty |
Widthのバインド可能なプロパティ。 |
プロパティ
BindingContext |
この BindableObjectに属するバインドされたプロパティの対象となるプロパティを含むオブジェクトを取得または設定します。 これはバインド可能なプロパティです。 (継承元 BindableObject) |
Dispatcher |
このバインド可能なオブジェクトが作成されたときに使用可能だったディスパッチャーを取得します。それ以外の場合は、使用可能な最も近いディスパッチャー (おそらくウィンドウ/アプリ) を検索しようとします。 (継承元 BindableObject) |
Width |
列の幅を取得または設定します。 |
メソッド
イベント
BindingContextChanged |
BindingContext プロパティの値が変化したときに発生します。 (継承元 BindableObject) |
PropertyChanged |
プロパティ値が変更されたときに発生します。 (継承元 BindableObject) |
PropertyChanging |
プロパティ値が変更されるときに発生します。 (継承元 BindableObject) |
SizeChanged |
Grid 内の列のプロパティを定義する IDefinition。 |
明示的なインターフェイスの実装
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
Grid 内の列のプロパティを定義する IDefinition。 (継承元 BindableObject) |
拡張メソッド
GetPropertyIfSet<T>(BindableObject, BindableProperty, T) |
Grid 内の列のプロパティを定義する IDefinition。 |
SetAppTheme<T>(BindableObject, BindableProperty, T, T) |
Grid 内の列のプロパティを定義する IDefinition。 |
SetAppThemeColor(BindableObject, BindableProperty, Color, Color) |
Grid 内の列のプロパティを定義する IDefinition。 |
SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String) |
プロパティにバインドを作成し、適用します。 |
SetBinding<TSource,TProperty>(BindableObject, BindableProperty, Func<TSource,TProperty>, BindingMode, IValueConverter, Object, String, Object, Object, Object) |
ソース オブジェクトのプロパティとターゲット オブジェクトのプロパティの間にバインディングを作成します。 |
適用対象
.NET MAUI