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