Gets or sets a value specifying whether the horizontal scale is visible.
Namespace: MindFusion.Diagramming.Blazor
Assembly: MindFusion.Diagramming.Blazor
SyntaxC#
Copy Code
|
|---|
public bool HorizontalScaleVisible { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HorizontalScaleVisible As Boolean |
true to display the horizontal scale, or false otherwise. The default is false.
See Also