Control..::..AutoSize Property

Gets/Sets the autosize behavior

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

Syntax


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