Search
DiagramView.DpiX Property
See Also
 





Gets the horizontal dots-per-inch resolution of this view.

Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms

 Syntax

C#  Copy Code

public double DpiX { get; }

Visual Basic  Copy Code

Public ReadOnly Property DpiX As Double

 Property Value

A double value specifying the horizontal resolution.

 See Also