ClassSelectionIndicator
Class
The SelectionIndicator is used for visual indication of certain time interval. The SelectionIndicator is positioned according to the StartDate and EndDate of the IPeriodSpan that it represents.
Definition
Namespace:Telerik.UI.Xaml.Controls.DataVisualization
Assembly:Telerik.WinUI.Controls.dll
Syntax:
cs-api-definition
public class SelectionIndicator : PeriodSpanControlAdapter, IPeriodSpan
Inheritance: objectPeriodSpanControlAdapterSelectionIndicator
Implements:
Inherited Members
Constructors
SelectionIndicator()
Initializes a new instance of the SelectionIndicator class.
Declaration
cs-api-definition
public SelectionIndicator()
Methods
OnIntervalChanged()
Called when the Interval changes.
Declaration
cs-api-definition
protected override void OnIntervalChanged()
Overrides