Gets or sets the color used to render the Title Bar.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("The color of the title bar on the panel.")>
<NotifyParentPropertyAttribute(True)>
<PersistenceModeAttribute()>
<ResCategoryAttribute("Floating Panel Appearance")>
<TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
<DefaultValueAttribute()>
Public Property TitleBarColor As Color |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As FloatingPanel
Dim value As Color
instance.TitleBarColor = value
value = instance.TitleBarColor
|
| C# | |
|---|
[ResDescriptionAttribute("The color of the title bar on the panel.")]
[NotifyParentPropertyAttribute(true)]
[PersistenceModeAttribute()]
[ResCategoryAttribute("Floating Panel Appearance")]
[TypeConverterAttribute("System.Web.UI.WebControls.WebColorConverter, System.Web, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
[DefaultValueAttribute()]
public Color TitleBarColor {get; set;} |
See Also