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

StackPanel() public method

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

Same methods

StackPanel::StackPanel ( string name ) : System