Skip to main content

TcxScalableComponent.ScaleFactor Property

Returns the component’s scaling factor.

Declaration

property ScaleFactor: TdxScaleFactor read;

Property Value

Type
TdxScaleFactor

Remarks

The ScaleForPPI procedure automatically updates the ScaleFactor property value in response to the WM_DPICHANGED system message in DPI-aware applications. You can use this property to identify the scaling factor’s numerator and denominator values applied to the component and its associated styles, controls, and/or UI elements.

See Also