Gets or sets the alignment of the vertical scale.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Alignment VerticalScaleAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property VerticalScaleAlignment As Alignment |
A member of the Alignment enumeration. The default value is Near.
See Also