PowerWEB LiveControls for ASP.NET
BackImageUrl Property
See Also  Send comments on this topic.
Dart.LiveControls Namespace > LivePanel Class : BackImageUrl Property



Gets or sets the URL of the background image for the LivePanel control.

Syntax

Visual Basic (Declaration) 
Public Overrides Property BackImageUrl As String
Visual Basic (Usage)Copy Code
Dim instance As LivePanel
Dim value As String
 
instance.BackImageUrl = value
 
value = instance.BackImageUrl
C# 
public override string BackImageUrl {get; set;}
C++/CLI 
public:
property String^ BackImageUrl {
   String^ get() override;
   void set (    String^ value) override;
}

Remarks

This member is functionally equivalent to System.Web.UI.WebControls.PanelClassBackImageUrl.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.0.2
© 2012 Dart Communications. All Rights Reserved.