Interface ISelectionRegion
Describes a selection region.
Namespace: Telerik.Windows.Controls.Timeline
Assembly: Telerik.Windows.Controls.DataVisualization.dll
Syntax
public interface ISelectionRegion
Properties
CurrentPoint
Gets the current point.
Declaration
Point CurrentPoint { get; }
Property Value
System.Windows.Point
|
OriginPoint
Gets the origin point.
Declaration
Point OriginPoint { get; }
Property Value
System.Windows.Point
|