Class LayoutControlResizingBehavior
Provides the resize functionality for Rad
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public class LayoutControlResizingBehavior
Constructors
LayoutControlResizingBehavior(LayoutControlContainerElement)
Declaration
public LayoutControlResizingBehavior(LayoutControlContainerElement owner)
Parameters
Properties
IsResizing
Indicates whether the behavior is currently active.
Declaration
public bool IsResizing { get; }
Property Value
System.
|
Methods
BeginResize(Point, Orientation)
Begins the resize operation given a starting point and resize orientation.
Declaration
public bool BeginResize(Point point, Orientation resizeType)
Parameters
System. The starting point. |
System. The resize direction. |
Returns
System. [true] if successful, [false] otherwise. |
BeginResize(LayoutControlSplitterItem)
Begins the resize operation given a Layout
Declaration
public bool BeginResize(LayoutControlSplitterItem splitter)
Parameters
Layout The splitter item. |
Returns
System. [true] if successful, [false] otherwise. |
EndResize()
Ends the resize operation.
Declaration
public void EndResize()
GetCursorAtPoint(Point)
Gets the mouse cursor that should be displayed at the specified position.
Declaration
public Cursor GetCursorAtPoint(Point point)
Parameters
System. The point in coordinates relative to the owning Layout |
Returns
System. The cursor. |
OnResized()
Declaration
protected virtual void OnResized()
OnResizeFinished()
Declaration
protected virtual void OnResizeFinished()
OnResizeStarted()
Declaration
protected virtual void OnResizeStarted()
Resize(Point)
If the behavior is active, moves the resize position to the specified point.
Declaration
public void Resize(Point point)
Parameters
System. The point in coordinates relative to the owning Layout |
Events
Resized
Declaration
public event EventHandler Resized
Event Type
System.
|
ResizeFinished
Declaration
public event EventHandler ResizeFinished
Event Type
System.
|
ResizeStarted
Declaration
public event EventHandler ResizeStarted
Event Type
System.
|