Class ScaledSupportingForm.Bools
Class that contains boolean values for handling scale controls.
Inheritance
System.Object
ScaledSupportingForm.Bools
Namespace: FastReport.Forms
Assembly: FastReport.dll
Syntax
public class Bools
Properties
NeedCheckControl
Determines whether the controls of this control should be traversed.
Declaration
public bool NeedCheckControl { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NeedScaleThisControl
Determines if this control needs to be scaled.
Declaration
public bool NeedScaleThisControl { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
NeedSpecificConside
Determines whether specific processing needs to be checked and performed on the control.
Declaration
public bool NeedSpecificConside { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |