New to Telerik UI for WPFStart a free 30-day trial

ResizeThumb

Definition

Namespace:Telerik.Windows.Documents.UI.Layers.TableDecorationLayers

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class ResizeThumb : UserControl, INotifyPropertyChanged, IComponentConnector

Inheritance: objectResizeThumb

Implements: IComponentConnectorINotifyPropertyChanged

Constructors

C#
public ResizeThumb()

Properties

C#
public double AccumulatedDelta { get; set; }
C#
public TableCellLayoutBox CellBox { get; set; }
C#
public Cursor CursorType { get; set; }
C#
public bool IsLeftBorder { get; set; }
C#
public int LeftColumnIndex { get; set; }
C#
public float LeftColumnWidth { get; set; }
C#
public double MaxCanvasLeft { get; set; }
C#
public double MinCanvasLeft { get; set; }
C#
public double MinCanvasTop { get; set; }
C#
public double ResizeThumbDrag { get; set; }
C#
public float RightColumnWidth { get; set; }
C#
public double StartDragValue { get; set; }

Methods

InitializeComponent

C#
public void InitializeComponent()

Events

DragCompleted

EventHandler<DragCompletedEventArgs>

C#
public event EventHandler<DragCompletedEventArgs> DragCompleted

DragDelta

EventHandler<DragDeltaEventArgs>

C#
public event EventHandler<DragDeltaEventArgs> DragDelta

DragStarted

EventHandler<DragStartedEventArgs>

C#
public event EventHandler<DragStartedEventArgs> DragStarted
C#
public event PropertyChangedEventHandler PropertyChanged

Implements: INotifyPropertyChanged.PropertyChanged