ComponentOne Basic Library for WPF and Silverlight
TabStripPlacement Property (C1TabControl)


C1.WPF Namespace > C1TabControl Class : TabStripPlacement Property
Gets or sets the location of the panel with the tabs relative to the whole control.
Syntax
'Declaration
 
Public Property TabStripPlacement As Dock
'Usage
 
Dim instance As C1TabControl
Dim value As Dock
 
instance.TabStripPlacement = value
 
value = instance.TabStripPlacement
public Dock TabStripPlacement {get; set;}
See Also

Reference

C1TabControl Class
C1TabControl Members