Back to Devexpress

RichEditControl.DpiY Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-da71ba82.md

latest1.5 KB
Original Source

RichEditControl.DpiY Property

Gets the current dpi value for the Y-coordinate.

Namespace : DevExpress.Xpf.RichEdit

Assembly : DevExpress.Xpf.RichEdit.v25.2.dll

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

csharp
[Browsable(false)]
public float DpiY { get; }
vb
<Browsable(False)>
Public ReadOnly Property DpiY As Single

Property Value

TypeDescription
Single

A Single dpi value.

|

Remarks

Use the DpiY value for conversion procedures, such as Units.PixelsToDocuments or Units.DocumentsToPixels.

See Also

DpiX

PixelsToDocuments

DocumentsToPixels

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace