Gets or Sets the local filepath or internet URL of the Background Image.


Namespace: SpiceLogic.WinHTMLEditor
Assembly: WinHTMLEditorControl (in WinHTMLEditorControl.dll)

Syntax

Visual Basic (Declaration)
Public Property BackgroundImagePath As String
C#
public string BackgroundImagePath { get; set; }
C++
public property string BackgroundImagePath sealed  {
    String get();
    void set(String value);
}
J#
/** property */
public string get_BackgroundImagePath();

/** property */
public void set_BackgroundImagePath(string value);
JScript
public function get BackgroundImagePath() : String

public function set BackgroundImagePath(value : String);

See Also