Namespace: Flowvis
Assembly: Flowvis (in Flowvis.exe)

Syntax

Visual Basic (Declaration)
Public Property RenderBackground As Boolean
C#
public bool RenderBackground { get; set; }
C++
public property bool RenderBackground sealed  {
    bool get();
    void set(bool value);
}
J#
/** property */
public bool get_RenderBackground();

/** property */
public void set_RenderBackground(bool value);
JScript
public function get RenderBackground() : bool

public function set RenderBackground(value : bool);

See Also