Back to Devexpress

TdxRichEditControlBase.DpiY Property

vcl-dxrichedit-dot-control-dot-core-dot-tdxricheditcontrolbase-0af42422.md

latest994 B
Original Source

TdxRichEditControlBase.DpiY Property

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

Declaration

delphi
property DpiY: 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.DpiY

TdxRichEditControlBase

TdxRichEditControlBase Members

dxRichEdit.Control.Core Unit