ImageControl..::..TextureRect Property

Gets or sets the texture rect.

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

Syntax


public Rectangle TextureRect { get; set; }
Public Property TextureRect As Rectangle
	Get
	Set
public:
property Rectangle^ TextureRect {
	Rectangle^ get ();
	void set (Rectangle^ value);
}

Field Value

The texture rect.