Table of Contents
TabStripPlacement Property

Gets or sets how tab headers align relative to the tab content. This is a dependency property.

Syntax
 public Dock TabStripPlacement { get; set; }

Property Value

One of the Dock enumeration values. The default value is Top.

See Also