ActiveReports 12
AutoScaleDimensions Property (GroupEditor)

GrapeCity.ActiveReports.Design.Win.v12 Assembly > GrapeCity.ActiveReports.Design.GroupEditor Namespace > GroupEditor Class : AutoScaleDimensions Property
Gets or sets the dimensions that the control was designed to.
Syntax
'Declaration
 
Public Property AutoScaleDimensions As SizeF
public SizeF AutoScaleDimensions {get; set;}

Property Value

A System.Drawing.SizeF containing the dots per inch (DPI) or System.Drawing.Font size that the control was designed to.
Exceptions
ExceptionDescription
The width or height of the System.Drawing.SizeF value is less than 0 when setting this value.
See Also

Reference

GroupEditor Class
GroupEditor Members