[]
        
(Showing Draft Content)

C1.Framework.ScrollBarElement.ScrollBarThumb.Resize

Resize Method

Resize(double, double)

Used to modify element's on-screen dimensions (affects the BoundingRectangle and BoundingGeometry properties) When called on a split pane, it may have the side-effect of resizing other surrounding panes.

Declaration
public void Resize(double width, double height)
Public Sub Resize(width As Double, height As Double)
Parameters
Type Name Description
double width

The requested width of the window.

double height

The requested height of the window.

Implements