TdxScaleFactor.Numerator Property
In This Article
Returns the scaling factor’s numerator value.
#Declaration
Delphi
property Numerator: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
The Numerator and Denominator property values define the UI scaling factor. Increasing the Numerator property value increases the resulting factor.
Use the Assign and/or Change procedures to modify the Numerator and Denominator property values.
See Also