Gets or sets the URL of an image to displayed on the title bar.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("The URL of the background image of the title bar on the panel.")>
<ResCategoryAttribute("Floating Panel Appearance")>
<ThemeableAttribute(True)>
<PersistenceModeAttribute()>
<NotifyParentPropertyAttribute(True)>
Public Property TitleBarBackgroundImage As String |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As FloatingPanel
Dim value As String
instance.TitleBarBackgroundImage = value
value = instance.TitleBarBackgroundImage
|
| C# | |
|---|
[ResDescriptionAttribute("The URL of the background image of the title bar on the panel.")]
[ResCategoryAttribute("Floating Panel Appearance")]
[ThemeableAttribute(true)]
[PersistenceModeAttribute()]
[NotifyParentPropertyAttribute(true)]
public string TitleBarBackgroundImage {get; set;} |
See Also