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

Used for visual indication of the pending selection in the RadTimeline control, when SelectionMode is Extended.

Definition

Namespace:Telerik.Windows.Controls.Timeline

Assembly:Telerik.Windows.Controls.DataVisualization.dll

Syntax:

C#
public class SelectionRegion : Control, ISelectionRegion

Inheritance: objectSelectionRegion

Implements: ISelectionRegion

Constructors

Initializes a new instance of the SelectionRegion class.

C#
public SelectionRegion()

Fields

CurrentPointProperty

DependencyProperty

Identifies the CurrentPoint dependency property.

C#
public static readonly DependencyProperty CurrentPointProperty

OriginPointProperty

DependencyProperty

Identifies the OriginPoint dependency property.

C#
public static readonly DependencyProperty OriginPointProperty

Properties

Gets or sets the current point.

C#
public Point CurrentPoint { get; set; }
Property Value:

The current point.

Implements: ISelectionRegion.CurrentPoint

Gets or sets the origin point.

C#
public Point OriginPoint { get; set; }
Property Value:

The origin point.

Implements: ISelectionRegion.OriginPoint

Methods

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.