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
See Also