Version

ResizeController Class Members

The following tables list the members exposed by ResizeController.

Public Constructors
 NameDescription
Public ConstructorResizeController ConstructorInitializes a new instance of the ResizeController class  
Public Properties
 NameDescription
Public PropertyHostReturns the associated IResizeHost (read-only).  
Public PropertyInterItemSpacingXGets/sets how much empty space is between resizable elements in the X dimension.  
Public PropertyInterItemSpacingYGets/sets how much empty space is between resizable elements in the Y dimension.  
Public PropertyIsResizingReturns true during a resize operation (read-only).  
Public PropertyResizerBarThe resizer bar (read-only)  
Public PropertyResizerBarWidthGets/sets the width of the resizer bar  
Public Methods
 NameDescription
Public MethodCancelResizeCancel any pending resize operations  
Public MethodPositionResizerBarCalled during arrange pass to position the resizer bar  
See Also