ActiveReports 13
AutoScaleMode Property (Designer)

GrapeCity.ActiveReports.Design.Win Assembly > GrapeCity.ActiveReports.Design Namespace > Designer Class : AutoScaleMode Property
Gets or sets the automatic scaling mode of the control.
Syntax
'Declaration
 
Public Property AutoScaleMode As AutoScaleMode
public AutoScaleMode AutoScaleMode {get; set;}

Property Value

An System.Windows.Forms.AutoScaleMode that represents the current scaling mode. The default is System.Windows.Forms.AutoScaleMode.None.
Exceptions
ExceptionDescription
An System.Windows.Forms.AutoScaleMode value that is not valid was used to set this property.
See Also

Reference

Designer Class
Designer Members