ClassResizingBehavior
Represents a class responsible for the resizing behavior in RadPivotGrid.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.PivotGrid.dll
Syntax:
public class ResizingBehavior
Inheritance: objectResizingBehavior
Constructors
ResizingBehavior(RadItem)
Initializes a new instance of the ResizingBehavior class.
Declaration
public ResizingBehavior(RadItem owner)
Parameters
owner
The owner.
Fields
IsInResizeLocationPredicate
Declaration
public ResizingBehavior.ResizeLocationPredicate IsInResizeLocationPredicate
Field Value
Properties
AllowHorizontalResize
Gets or sets whether to allow horizontal resize.
Declaration
public bool AllowHorizontalResize { get; set; }
Property Value
The allow horizontal resize.
AllowVerticalResize
Gets or sets whether to allow vertical resize.
Declaration
public bool AllowVerticalResize { get; set; }
Property Value
The allow vertical resize.
DeferredResize
Gets or sets the deferred resize.
Declaration
public bool DeferredResize { get; set; }
Property Value
The deferred resize.
IsResizing
Gets whether the resizing operation is ongoing.
Declaration
public bool IsResizing { get; }
Property Value
The boolean value whether the resizing operation is ongoing.
Orientation
Gets or sets the orientation.
Declaration
public Orientation Orientation { get; set; }
Property Value
The orientation.
Owner
Gets the owner.
ResizedObject
Gets the resized object.
Declaration
public IResizable ResizedObject { get; }
Property Value
The resized object.
Methods
AdjustCursor(Point)
Adjusts the cursor.
Declaration
protected virtual void AdjustCursor(Point p)
Parameters
p
The p.
BeginResize(IResizable, Point)
Begins the resize operation.
Declaration
public bool BeginResize(IResizable resizedObject, Point mousePosition)
Parameters
resizedObject
The resized object.
mousePosition
The mouse position.
Returns
BeginResize(IResizable, Point, Orientation)
Begins the resize operation.
Declaration
public virtual bool BeginResize(IResizable resizedObject, Point mousePosition, Orientation orientation)
Parameters
resizedObject
The resized object.
mousePosition
The mouse position.
orientation
The orientation.
Returns
EndResize(Point)
Ends the resize operation.
Declaration
public virtual void EndResize(Point mousePosition)
Parameters
mousePosition
The mouse position.
HandleMouseMove(Point)
Handles the mouse move.
Declaration
public virtual void HandleMouseMove(Point mousePosition)
Parameters
mousePosition
The mouse position.
Resize(int)
Resizes the specified offset.