ClassSelectionRegion
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:
public class SelectionRegion : Control, ISelectionRegion
Inheritance: objectSelectionRegion
Implements:
Constructors
SelectionRegion()
Initializes a new instance of the SelectionRegion class.
Declaration
public SelectionRegion()
Fields
CurrentPointProperty
Identifies the CurrentPoint dependency property.
Declaration
public static readonly DependencyProperty CurrentPointProperty
Field Value
DependencyProperty
OriginPointProperty
Identifies the OriginPoint dependency property.
Declaration
public static readonly DependencyProperty OriginPointProperty
Field Value
DependencyProperty
Properties
CurrentPoint
Gets or sets the current point.
Declaration
public Point CurrentPoint { get; set; }
Property Value
Point
The current point.
Implements
OriginPoint
Gets or sets the origin point.
Declaration
public Point OriginPoint { get; set; }
Property Value
Point
The origin point.
Implements
Methods
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.