Namespace: Tzu_Engine
Assembly: Tzu_Engine (in Tzu_Engine.dll)

Syntax

Visual Basic (Declaration)
Public Property Console_ScrollLine As Integer
C#
public int Console_ScrollLine { get; set; }
C++
public property int Console_ScrollLine sealed  {
    int get();
    void set(int value);
}
J#
/** property */
public int get_Console_ScrollLine();

/** property */
public void set_Console_ScrollLine(int value);
JScript
public function get Console_ScrollLine() : int

public function set Console_ScrollLine(value : int);

See Also