Search
Ruler.HorizontalScaleVisible Property
See Also
 





Gets or sets a value specifying whether the horizontal scale is visible.

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

 Syntax

C#  Copy Code

public bool HorizontalScaleVisible { get; set; }

Visual Basic  Copy Code

Public Property HorizontalScaleVisible As Boolean

 Property Value

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

 See Also