Class
ResizeThumb

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: IComponentConnectorINotifyPropertyChanged

Constructors

ResizeThumb()

Declaration

cs-api-definition
public ResizeThumb()

Properties

AccumulatedDelta

Declaration

cs-api-definition
public double AccumulatedDelta { get; set; }

Property Value

double

CellBox

Declaration

cs-api-definition
public TableCellLayoutBox CellBox { get; set; }

Property Value

TableCellLayoutBox

CursorType

Declaration

cs-api-definition
public Cursor CursorType { get; set; }

Property Value

Cursor

IsLeftBorder

Declaration

cs-api-definition
public bool IsLeftBorder { get; set; }

Property Value

bool

LeftColumnIndex

Declaration

cs-api-definition
public int LeftColumnIndex { get; set; }

Property Value

int

LeftColumnWidth

Declaration

cs-api-definition
public float LeftColumnWidth { get; set; }

Property Value

float

MaxCanvasLeft

Declaration

cs-api-definition
public double MaxCanvasLeft { get; set; }

Property Value

double

MinCanvasLeft

Declaration

cs-api-definition
public double MinCanvasLeft { get; set; }

Property Value

double

MinCanvasTop

Declaration

cs-api-definition
public double MinCanvasTop { get; set; }

Property Value

double

ResizeThumbDrag

Declaration

cs-api-definition
public double ResizeThumbDrag { get; set; }

Property Value

double

RightColumnWidth

Declaration

cs-api-definition
public float RightColumnWidth { get; set; }

Property Value

float

StartDragValue

Declaration

cs-api-definition
public double StartDragValue { get; set; }

Property Value

double

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

PropertyChangedEventHandler

Implements INotifyPropertyChanged.PropertyChanged