MindFusion WinForms Programmer's Guide
Ruler.VerticalScaleVisible Property
See Also
 





Gets or sets a value indicating whether the vertical scale is visible.

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

 Syntax

C#  Copy Code

public bool VerticalScaleVisible { get; set; }

Visual Basic  Copy Code

Public Property VerticalScaleVisible As Boolean

 Property Value

true to display the vertical scale; otherwise, false. The default is true.

 See Also

Ruler Members
Ruler Class
MindFusion.Diagramming.WinForms Namespace