Skip to main content

IdxScaleFactor Interface

Exposes the scaling factor of a scalable component.

Declaration

IdxScaleFactor = interface(IInterface)

Remarks

All DPI-aware DevExpress forms and controls implement this interface to obtain a scaling factor corresponding to the current monitor DPI value. Implement the IdxScaleFactor interface in a custom control class to make it compatible with scalable DevExpress components (that is, provide the custom control with the capability to extract and update its scaling factor by calling the GetScaleFactor function).

Inheritance

IInterface
IdxScaleFactor
See Also