Back to Devexpress

TdxRichEditControlBase.DpiX Property

vcl-dxrichedit-dot-control-dot-core-dot-tdxricheditcontrolbase-752c6d72.md

latest996 B
Original Source

TdxRichEditControlBase.DpiX Property

Returns the number of pixels per logical inch along the horizontal axis.

Declaration

delphi
property DpiX: Single read;

Property Value

Type
Single

Remarks

Use the DpiX and DpiY properties to identify the logical PPI in both dimensions. These values are always the same for all monitors in a system. The logical PPI is used to convert all distances and dimensions from on-screen pixels into selected measurement units.

See Also

TcxCanvas.DpiX

TdxRichEditControlBase

TdxRichEditControlBase Members

dxRichEdit.Control.Core Unit