DiagramLite Programmer's Guide
TabAlignment Enumeration
See Also
 





Specifies the alignment of the tab headers in a TabControl.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Controls.Silverlight

 Syntax

C#  Copy Code

public enum TabAlignment

Visual Basic  Copy Code

Public Enum TabAlignment

 Members

  Member name Description

Center

The headers are centered in the available space.

Far

The headers are aligned to the far end of the available space.

Near

The headers are aligned to the near end of the available space.

Stretch

The headers are resized to fill the available space.

 See Also

MindFusion.Diagramming Namespace