Intersoft ClientUI Documentation
TabStripHorizontalAlignment Property



Gets or sets the horizontal alignment of the tab strip element.
Syntax
<CategoryAttribute("Common Properties")>
Public Property TabStripHorizontalAlignment As HorizontalAlignment
Dim instance As UXTabControl
Dim value As HorizontalAlignment
 
instance.TabStripHorizontalAlignment = value
 
value = instance.TabStripHorizontalAlignment
[CategoryAttribute("Common Properties")]
public HorizontalAlignment TabStripHorizontalAlignment {get; set;}
[CategoryAttribute("Common Properties")]
public:
property HorizontalAlignment TabStripHorizontalAlignment {
   HorizontalAlignment get();
   void set (    HorizontalAlignment value);
}
Requirements

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

See Also

Reference

UXTabControl Class
UXTabControl Members

Send Feedback