Gets or sets the tabs alignment. This is a dependency property.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Dock TabAlignment { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property TabAlignment As Dock |
A member of the Dock enumeration. The default is Bottom.
See Also