Class SelectionRegion
Used for visual indication of the pending selection in the RadTimeline control, when SelectionMode is Extended.
Inheritance
Namespace: Telerik.Windows.Controls.Timeline
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public class SelectionRegion : Control, ISelectionRegion
Constructors
SelectionRegion()
Fields
CurrentPointProperty
Identifies the CurrentPoint dependency property.
Declaration
public static readonly DependencyProperty CurrentPointProperty
Field Value
System.Windows.DependencyProperty
|
OriginPointProperty
Identifies the OriginPoint dependency property.
Declaration
public static readonly DependencyProperty OriginPointProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CurrentPoint
Gets or sets the current point.
Declaration
public Point CurrentPoint { get; set; }
Property Value
System.Windows.Point
The current point. |
Implements
OriginPoint
Gets or sets the origin point.
Declaration
public Point OriginPoint { get; set; }
Property Value
System.Windows.Point
The origin point. |