ClassResizeThumb
Class
ResizeThumb
Definition
Namespace:Telerik.Windows.Documents.UI.Layers.TableDecorationLayers
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
cs-api-definition
public class ResizeThumb : UserControl, INotifyPropertyChanged, IComponentConnector
Inheritance: objectResizeThumb
Implements:
Constructors
ResizeThumb()
Declaration
cs-api-definition
public ResizeThumb()
Properties
CellBox
Declaration
cs-api-definition
public TableCellLayoutBox CellBox { get; set; }
Property Value
CursorType
Declaration
cs-api-definition
public Cursor CursorType { get; set; }
Property Value
Cursor
Methods
InitializeComponent()
InitializeComponent
Declaration
cs-api-definition
public void InitializeComponent()
Events
DragCompleted
Declaration
cs-api-definition
public event EventHandler<DragCompletedEventArgs> DragCompleted
Event Value
EventHandler<DragCompletedEventArgs>
DragDelta
Declaration
cs-api-definition
public event EventHandler<DragDeltaEventArgs> DragDelta
Event Value
EventHandler<DragDeltaEventArgs>
DragStarted
Declaration
cs-api-definition
public event EventHandler<DragStartedEventArgs> DragStarted
Event Value
EventHandler<DragStartedEventArgs>
PropertyChanged
Declaration
cs-api-definition
public event PropertyChangedEventHandler PropertyChanged
Event Value
Implements