IndicatorView.IndicatorLayout プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
インジケーター ビューを配置するレイアウトを取得または設定します。
public:
property Microsoft::Maui::Controls::IBindableLayout ^ IndicatorLayout { Microsoft::Maui::Controls::IBindableLayout ^ get(); void set(Microsoft::Maui::Controls::IBindableLayout ^ value); };
public Microsoft.Maui.Controls.IBindableLayout IndicatorLayout { get; set; }
member this.IndicatorLayout : Microsoft.Maui.Controls.IBindableLayout with get, set
Public Property IndicatorLayout As IBindableLayout
プロパティ値
インジケーター ビューを含む IBindableLayout 。
注釈
このプロパティは、 IndicatorTemplate が指定されると自動的に設定されます。 XAML でカスタム インジケーター レイアウトを定義する場合は、これをコンテンツ プロパティとして使用します。