Controls/IndicatorView: Difference between revisions
Jump to navigation
Jump to search
Created page with "{{ElementSpec | title=IndicatorView | kind=Control | ms_url=https://learn.microsoft.com/dotnet/maui/user-interface/controls/indicatorview | introduced=MAUI 6.0 (.NET 6) | deprecated=No | notes=Dot indicators; typically paired with CarouselView. | props= <tr><td>Count</td><td>?</td><td></td><td>Number of items</td></tr> <tr><td>Position</td><td>?</td><td></td><td>Current index</td></tr> <tr><td>IndicatorColor</td><td>?</td><td></td><td>Default dot color</td><..." |
(No difference)
|
Latest revision as of 16:03, 17 October 2025
IndicatorView
- Kind
- Control
- Microsoft Docs
- IndicatorView documentation on learn.microsoft.com
- Introduced
- MAUI 6.0 (.NET 6)
- Deprecated
- No
- Notes
- Dot indicators; typically paired with CarouselView.
Properties
| Property | Implemented (Maui Linux) | Introduced in (MAUI/.NET) | Notes |
|---|---|---|---|
| Count | ? | Number of items | |
| Position | ? | Current index | |
| IndicatorColor | ? | Default dot color | |
| SelectedIndicatorColor | ? | Active dot color | |
| HideSingle | ? | Hide when Count ≤ 1 |