Control..::..Depth Property

Returns the depth of the control

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public int Depth { get; set; }
Public Property Depth As Integer
	Get
	Set
public:
property int^ Depth {
	int^ get ();
	void set (int^ value);
}