GridItemsLayout クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
public ref class GridItemsLayout : Microsoft::Maui::Controls::ItemsLayout
public class GridItemsLayout : Microsoft.Maui.Controls.ItemsLayout
type GridItemsLayout = class
inherit ItemsLayout
Public Class GridItemsLayout
Inherits ItemsLayout
- 継承
コンストラクター
GridItemsLayout(Int32, ItemsLayoutOrientation) | |
GridItemsLayout(ItemsLayoutOrientation) |
フィールド
HorizontalItemSpacingProperty |
HorizontalItemSpacingのバインド可能なプロパティ。 |
SpanProperty |
Spanのバインド可能なプロパティ。 |
VerticalItemSpacingProperty |
VerticalItemSpacingのバインド可能なプロパティ。 |
プロパティ
BindingContext |
この BindableObjectに属するバインドされたプロパティの対象となるプロパティを含むオブジェクトを取得または設定します。 これはバインド可能なプロパティです。 (継承元 BindableObject) |
Dispatcher |
このバインド可能なオブジェクトが作成されたときに使用可能だったディスパッチャーを取得します。それ以外の場合は、使用可能な最も近いディスパッチャー (おそらくウィンドウ/アプリ) を検索しようとします。 (継承元 BindableObject) |
HorizontalItemSpacing | |
Orientation | (継承元 ItemsLayout) |
SnapPointsAlignment | (継承元 ItemsLayout) |
SnapPointsType | (継承元 ItemsLayout) |
Span | |
VerticalItemSpacing |
メソッド
イベント
BindingContextChanged |
BindingContext プロパティの値が変化したときに発生します。 (継承元 BindableObject) |
PropertyChanged |
プロパティ値が変更されたときに発生します。 (継承元 BindableObject) |
PropertyChanging |
プロパティ値が変更されるときに発生します。 (継承元 BindableObject) |
明示的なインターフェイスの実装
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) | (継承元 BindableObject) |
拡張メソッド
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET MAUI