IdxScaleFactor.Value Property
Returns the scaling factor currently applied to a scalable component and its content.
Declaration
property Value: TdxScaleFactor read;
Property Value
Type |
---|
TdxScaleFactor |
Remarks
All linear pixel dimensions of a control and its content are multiplied by the ratio between the Value.Numerator and Value.Denominator property values and then rounded to the nearest integer. Refer to the TdxScaleFactor class description for additional information.
Note
Every scalable component provides its own implementation of the Value property’s getter (GetScaleFactor).
See Also