Gets or sets the alignment of the horizontal scale.
Namespace: MindFusion.Diagramming.WinForms
Assembly: MindFusion.Diagramming.WinForms.Controls
SyntaxC#
Copy Code
|
|---|
public Alignment HorizontalScaleAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property HorizontalScaleAlignment As Alignment |
Near to place the horizontal scale at the top; Far to place it at the bottom. The default is Near.
See Also