Share via


Overview | Methods | This Package | All Packages

OverviewMethodsThis PackageAll Packages

Form.setAutoScaleBaseSize

Sets the base size used for autoscaling when the form is created.

Syntax

public final void setAutoScaleBaseSize( int value )

Parameters

value

The base size used for autoscaling.

Remarks

The value specified in value is used at form-display time to compute the scaling factor for the form. This value is used when the form is initially created, and once set, cannot be changed.

See Also getAutoScaleBaseSize, setAutoScale