Search
DiagramView.DpiY Property
See Also
 





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

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

 Syntax

C#  Copy Code

public double DpiY { get; }

Visual Basic  Copy Code

Public ReadOnly Property DpiY As Double

 Property Value

A double value specifying the vertical resolution.

 See Also