New to Telerik UI for WPFStart a free 30-day trial

Represents touch indicator.

Definition

Namespace:Telerik.Windows.Input.Touch

Assembly:Telerik.Windows.Controls.dll

Syntax:

C#
public class TouchIndicator : Control

Inheritance: objectTouchIndicator

Constructors

Initializes a new instance of the TouchIndicator class.

C#
public TouchIndicator()

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.