WaveEngine.Components.UI.WrapPanel.WrapPanel C# (CSharp) Method

WrapPanel() public method

Initializes a new instance of the WrapPanel class.
public WrapPanel ( ) : System
return System
        public WrapPanel()
            : this("WrapPanel" + instances++)
        {
        }

Same methods

WrapPanel::WrapPanel ( string name ) : System