SelectionRegion
Class
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:
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
CurrentPoint
Point
Gets or sets the current point.
C#
public Point CurrentPoint { get; set; }
The current point.
Implements:
OriginPoint
Point
Gets or sets the origin point.
C#
public Point OriginPoint { get; set; }
The origin point.
Implements:
Methods
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.