Class
ResizeControl

A control, allowing the end user to resize other controls, which support resizing.

Definition

Namespace:Telerik.Windows.Controls

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class ResizeControl : ResizerBase

Inheritance: objectResizerBaseResizeControl

Derived Classes: RadGridResizerGanttPresenterSplitter

Inherited Members ResizerBase.OnMouseEnter(MouseEventArgs)ResizerBase.OnMouseLeave(MouseEventArgs)ResizerBase.OnGotFocus(RoutedEventArgs)ResizerBase.OnLostFocus(RoutedEventArgs)

Constructors

ResizeControl()

Initializes a new instance of the ResizeControl class.

Declaration

cs-api-definition
public ResizeControl()

Fields

PreviewStyleProperty

Identifies the PreviewStyle dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty PreviewStyleProperty

Field Value

DependencyProperty

ShowsPreviewProperty

Identifies the ShowsPreview dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty ShowsPreviewProperty

Field Value

DependencyProperty

Properties

PreviewStyle

Gets or sets the Style for the visual, representing resize preview. This is a dependency property.

Declaration

cs-api-definition
public Style PreviewStyle { get; set; }

Property Value

Style

The style for the visual, representing resize preview.

ShowsPreview

Gets or sets a value indicating whether the control will show a preview shadow of its position while dragged. This is a dependency property.

Declaration

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

Property Value

bool

True if the preview shadow is enabled; False if the resizing happens immediately.

Methods

OnApplyTemplate()

When overridden in a derived class, is invoked whenever application code or internal processes (such as a rebuilding layout pass) call .

Declaration

cs-api-definition
public override void OnApplyTemplate()

Overrides ResizerBase.OnApplyTemplate()

OnKeyDown(KeyEventArgs)

Called before the event occurs.

Declaration

cs-api-definition
protected override void OnKeyDown(KeyEventArgs e)

Parameters

e

KeyEventArgs

The data for the event.