Share via


IndicatorView.IndicatorTemplate Property

Definition

Gets or sets the data template used to display each indicator.

public:
 property Microsoft::Maui::Controls::DataTemplate ^ IndicatorTemplate { Microsoft::Maui::Controls::DataTemplate ^ get(); void set(Microsoft::Maui::Controls::DataTemplate ^ value); };
public Microsoft.Maui.Controls.DataTemplate IndicatorTemplate { get; set; }
member this.IndicatorTemplate : Microsoft.Maui.Controls.DataTemplate with get, set
Public Property IndicatorTemplate As DataTemplate

Property Value

A DataTemplate that defines the appearance of each indicator, or null to use the default indicator style.

Remarks

When set, this allows full customization of indicator appearance. When null, indicators are rendered using IndicatorsShape, IndicatorSize, and color properties.

Applies to