GuiHost..::..AlwaysScissor Property

Gets or sets a value indicating whether [always scissor].

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

Syntax


public static bool AlwaysScissor { get; set; }
Public Shared Property AlwaysScissor As Boolean
	Get
	Set
public:
static property bool^ AlwaysScissor {
	bool^ get ();
	void set (bool^ value);
}

Field Value

true if [always scissor]; otherwise, false.