Intersoft.Client.UI.Navigation Namespace > UXTabControl Class : TabStripPlacement Property |
<CategoryAttribute("Common Properties")> Public Property TabStripPlacement As Dock
Dim instance As UXTabControl Dim value As Dock instance.TabStripPlacement = value value = instance.TabStripPlacement
[CategoryAttribute("Common Properties")] public Dock TabStripPlacement {get; set;}
[CategoryAttribute("Common Properties")] public: property Dock TabStripPlacement { Dock get(); void set ( Dock value); }
UXTabControl offers the capability to easily customize the tabstrip placement with a simple property set. Built on the state-of-the-art UI architecture, UXTabControl provides flexible tabstrip placement with very lightweight visual state and XAML.
By default, the tabstrip placement is set to Top. You can customize the tabstrip placement to other positions such as Left, Right or Bottom, by setting the provided TabStripPlacement property.
The following illustration shows the tab control with different tabstrip placement setting.
Regardless of the placement, you can also customize the tabstrip alignment through the TabStripHorizontalAlignment and TabStripVerticalAlignment property respectively.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2