PowerArgs.Cli.StackPanel.StackPanel C# (CSharp) Method

StackPanel() public method

Creates a new stack panel
public StackPanel ( ) : System.Linq
return System.Linq
        public StackPanel()
        {
            SubscribeForLifetime(nameof(Bounds), RedoLayout, this.LifetimeManager);
            SubscribeForLifetime(nameof(Margin), RedoLayout, this.LifetimeManager);
            Controls.Added.SubscribeForLifetime(Controls_Added, this.LifetimeManager);
        }