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