Gets the horizontal dots-per-inch resolution of this view.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms
SyntaxC#
Copy Code
|
|---|
public double DpiX { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property DpiX As Double |
A double value specifying the horizontal resolution.
See Also