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
Requirements
Target Platforms: Microsoft .NET Framework 2.0
See Also