[This is preliminary documentation and is subject to change.]

Gets or sets position of tab in window. Less than zero mean last. Default value is -1.

Namespace:  Phoenix
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int Position { get; set; }
Public Property Position As Integer
public:
property int Position {
	int get ();
	void set (int value);
}

See Also