Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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