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


Xceed.DockingWindows Namespace > CaptionAppearance Class : Height Property
Gets or sets a value representing the height, in pixels, of the captions.
Syntax
'Declaration
 
<DescriptionAttribute("The height, in pixels, of the captions.")>

<CategoryAttribute("Appearance")>

Public Property Height As Integer
'Usage
 
Dim instance As CaptionAppearance

Dim value As Integer

 

instance.Height = value

 

value = instance.Height
[Description("The height, in pixels, of the captions.")]

[Category("Appearance")]

public int Height {get; set;}

Property Value

A value representing the height, in pixels, of the captions. By default, System.Windows.Forms.SystemInformation.ToolWindowCaptionHeight.
Remarks

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

CaptionAppearance Class
CaptionAppearance Members