TcxScalableComponent.ScaleFactor Property
Returns the component’s scale factor.
Declaration
property ScaleFactor: TdxScaleFactor read;
Property Value
Type | Description |
---|---|
TdxScaleFactor | The component’s scale factor. |
Remarks
The ScaleForPPI procedure updates the ScaleFactor
property value in response to the WM_DPICHANGED system message in DPI-aware applications.
You can use ScaleFactor
.Numerator and ScaleFactor
.Denominator properties to identify numerator and denominator values applied to the component, its associated styles, controls, and other visual elements.
See Also