Class ResizeThumb
ResizeThumb
Inheritance
System.Object
ResizeThumb
Namespace: Telerik.Windows.Documents.UI.Layers.TableDecorationLayers
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ResizeThumb : UserControl, INotifyPropertyChanged, IComponentConnector
Constructors
ResizeThumb()
Declaration
public ResizeThumb()
Properties
AccumulatedDelta
Declaration
public double AccumulatedDelta { get; set; }
Property Value
System.Double
|
CellBox
CursorType
Declaration
public Cursor CursorType { get; set; }
Property Value
System.Windows.Input.Cursor
|
IsLeftBorder
Declaration
public bool IsLeftBorder { get; set; }
Property Value
System.Boolean
|
LeftColumnIndex
Declaration
public int LeftColumnIndex { get; set; }
Property Value
System.Int32
|
LeftColumnWidth
Declaration
public float LeftColumnWidth { get; set; }
Property Value
System.Single
|
MaxCanvasLeft
Declaration
public double MaxCanvasLeft { get; set; }
Property Value
System.Double
|
MinCanvasLeft
Declaration
public double MinCanvasLeft { get; set; }
Property Value
System.Double
|
MinCanvasTop
Declaration
public double MinCanvasTop { get; set; }
Property Value
System.Double
|
ResizeThumbDrag
Declaration
public double ResizeThumbDrag { get; set; }
Property Value
System.Double
|
RightColumnWidth
Declaration
public float RightColumnWidth { get; set; }
Property Value
System.Single
|
StartDragValue
Declaration
public double StartDragValue { get; set; }
Property Value
System.Double
|
Methods
InitializeComponent()
InitializeComponent
Declaration
public void InitializeComponent()
Events
DragCompleted
Declaration
public event EventHandler<DragCompletedEventArgs> DragCompleted
Event Type
System.EventHandler<System.Windows.Controls.Primitives.DragCompletedEventArgs>
|
DragDelta
Declaration
public event EventHandler<DragDeltaEventArgs> DragDelta
Event Type
System.EventHandler<System.Windows.Controls.Primitives.DragDeltaEventArgs>
|
DragStarted
Declaration
public event EventHandler<DragStartedEventArgs> DragStarted
Event Type
System.EventHandler<System.Windows.Controls.Primitives.DragStartedEventArgs>
|
PropertyChanged
Declaration
public event PropertyChangedEventHandler PropertyChanged
Event Type
System.ComponentModel.PropertyChangedEventHandler
|