CarouselView.IndicatorView Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the IndicatorView to synchronize with this carousel's position and items.
public:
property Microsoft::Maui::Controls::IndicatorView ^ IndicatorView { void set(Microsoft::Maui::Controls::IndicatorView ^ value); };
[System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.ReferenceTypeConverter))]
public Microsoft.Maui.Controls.IndicatorView IndicatorView { set; }
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Maui.Controls.ReferenceTypeConverter))>]
member this.IndicatorView : Microsoft.Maui.Controls.IndicatorView
Public Property IndicatorView As IndicatorView
Property Value
The IndicatorView to link to this carousel.
- Attributes
Remarks
Setting this property automatically binds the indicator view's Position and ItemsSource to this carousel's corresponding properties.