Xceed Docking Windows for WinForms v2.3 Documentation
Height Property (TabStripAppearance)


Xceed.DockingWindows Namespace > TabStripAppearance Class : Height Property
Gets or sets a value representing the height, in pixels, of the tabstrips.
Syntax
'Declaration
 
<DescriptionAttribute("The height, in pixels, of the tabstrips.")>
<CategoryAttribute("Appearance")>
Public Property Height As Integer
'Usage
 
Dim instance As TabStripAppearance
Dim value As Integer
 
instance.Height = value
 
value = instance.Height
[Description("The height, in pixels, of the tabstrips.")]
[Category("Appearance")]
public int Height {get; set;}

Property Value

A value representing the height, in pixels, of the tabstrips. By default, 24 pixels.
Remarks

The height of the tabs contained in the tabstrips will be adjusted according to size of the tabstrips. Ideally, each ToolWindow should have a 16 x 16 image in order for its associated tab to have a proper appearance when it is displayed. If an image larger than 16 x 16 is used, the height of the tabstrips must be changed accordingly. The height of the tabstrips will not automatically adjusted to the image size.

To reset the value of the Height property to its default value, the ResetHeight method must be called.

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

TabStripAppearance Class
TabStripAppearance Members