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

BreadcrumbBar() public method

public BreadcrumbBar ( ) : System
return System
        public BreadcrumbBar()
        {
            this.Height = 1;
            this.CanFocus = false;
            AddedToVisualTree.SubscribeForLifetime(Compose, this.LifetimeManager);
        }