Back to Devexpress

RichEditControl.DpiX Property

wpf-devexpress-dot-xpf-dot-richedit-dot-richeditcontrol-6c795e1f.md

latest1.5 KB
Original Source

RichEditControl.DpiX Property

Gets the current dpi value for the X-coordinate.

Namespace : DevExpress.Xpf.RichEdit

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

NuGet Package : DevExpress.Wpf.RichEdit

Declaration

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

Property Value

TypeDescription
Single

A Single dpi value.

|

Remarks

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

See Also

DpiY

PixelsToDocuments

DocumentsToPixels

RichEditControl Class

RichEditControl Members

DevExpress.Xpf.RichEdit Namespace