MindFusion.UI for WebForms Programmer's Guide

TabControl.TabStripWidth Property

See Also
 





Gets or sets the width of the tab headers.

Namespace: MindFusion.UI.Web
Assembly: MindFusion.UI.Web

 Syntax

C#  Copy Code

public Unit TabStripWidth { get; set; }

Visual Basic  Copy Code

Public Property TabStripWidth As Unit

 Property Value

Type: Unit
An instance of the System.Web.UI.Unit structure specifying the width of tab headers. Default value is 50px.

 See Also