次の方法で共有


IndicatorView.IndicatorLayout プロパティ

定義

インジケーター ビューを配置するレイアウトを取得または設定します。

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 でカスタム インジケーター レイアウトを定義する場合は、これをコンテンツ プロパティとして使用します。

適用対象