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