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