Gets/Sets the autosize behavior
Namespace:
Squid
Assembly:
Squid.Core (in Squid.Core.dll)
public AutoSize AutoSize { get; set; }Public Property AutoSize As AutoSize
Get
Set
public:
property AutoSize^ AutoSize {
AutoSize^ get ();
void set (AutoSize^ value);
}