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

Page() public method

public Page ( ) : System
return System
        public Page()
        {
            CanFocus = false;
            ProgressOperationManager = ProgressOperationsManager.Default;
            RemovedFromVisualTree.SubscribeForLifetime(Page_Removed, this.LifetimeManager);
            BreadcrumbBar = Add(new BreadcrumbBar());
            SynchronizeForLifetime(nameof(Bounds), () => { BreadcrumbBar.Width = Width; }, this.LifetimeManager);
        }