Skip to main content

dxDefaultDPI Constant

Specifies the default monitor DPI value.

Declaration

const dxDefaultDPI = USER_DEFAULT_SCREEN_DPI;

Remarks

This global constant value depends on the current Windows API implementation, and normally corresponds to the 100% desktop scale factor value applied to the visual elements on a screen. The dxDefaultDPI global constant is used to initialize the TdxSmartGlyph.SourceDPI and TcxBaseImageList.SourceDPI properties.

See Also