ESRI.ArcGIS.ADF.Web.UI.WebControls
TitleBarHeight Property
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > FloatingPanel Class : TitleBarHeight Property




Gets or sets the value indicating the height of the Title Bar.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("The height of the title bar.")>
<BindableAttribute(True)>
<ResCategoryAttribute("Floating Panel Appearance")>
<DefaultValueAttribute()>
<PersistenceModeAttribute()>
<BrowsableAttribute(True)>
Public Property TitleBarHeight As Unit
Visual Basic (Usage)Copy Code
Dim instance As FloatingPanel
Dim value As Unit
 
instance.TitleBarHeight = value
 
value = instance.TitleBarHeight
C# 
[ResDescriptionAttribute("The height of the title bar.")]
[BindableAttribute(true)]
[ResCategoryAttribute("Floating Panel Appearance")]
[DefaultValueAttribute()]
[PersistenceModeAttribute()]
[BrowsableAttribute(true)]
public Unit TitleBarHeight {get; set;}

Remarks

Typically set in pixels, but any units can be set with the Type property in the Unit structure.

See Also

© 2010 All Rights Reserved.