ISelectionRegion
Interface
Describes a selection region.
Definition
Namespace:Telerik.Windows.Controls.Timeline
Assembly:Telerik.Windows.Controls.DataVisualization.dll
Syntax:
C#
public interface ISelectionRegion
Derived Classes:
Properties
CurrentPoint
Point
Gets the current point.
C#
Point CurrentPoint { get; }
OriginPoint
Point
Gets the origin point.
C#
Point OriginPoint { get; }