IndicatorView.IndicatorTemplate 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.
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.