Back to Devexpress

SpreadsheetControl.DpiX Property

windowsforms-devexpress-dot-xtraspreadsheet-dot-spreadsheetcontrol-e9414e34.md

latest1.4 KB
Original Source

SpreadsheetControl.DpiX Property

Gets the current dpi value for the X-coordinate.

Namespace : DevExpress.XtraSpreadsheet

Assembly : DevExpress.XtraSpreadsheet.v25.2.dll

NuGet Package : DevExpress.Win.Spreadsheet

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 the Units.PixelsToDocuments or Units.DocumentsToPixels.

See Also

DpiY

SpreadsheetControl Class

SpreadsheetControl Members

DevExpress.XtraSpreadsheet Namespace