[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.Gui.Controls
Assembly:  PhoenixShared (in PhoenixShared.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
[DefaultValueAttribute(false)]
public override bool AutoSize { get; set; }
<DefaultValueAttribute(False)> _
Public Overrides Property AutoSize As Boolean
[DefaultValueAttribute(false)]
public:
virtual property bool AutoSize {
	bool get () override;
	void set (bool value) override;
}

See Also