Skip to main content
Bar

CreateStandardLayoutAction Properties
Show Inherited Hide Inherited

Creates four BarContainerControls at the four edges of the window, allowing you to dock bars to the window.
Name Description
AllowBottomDockContainer Gets or sets whether a dock container at the bottom edge must be created. This is a dependency property.
AllowLeftDockContainer Gets or sets whether a dock container at the left edge must be created. This is a dependency property.
AllowRightDockContainer Gets or sets whether a dock container at the right edge must be created. This is a dependency property.
AllowTopDockContainer Gets or sets whether a dock container at the top edge must be created. This is a dependency property.
Container Gets the action container for the current action. Inherited from BarManagerControllerActionBase.
Controller Gets the BarManagerController object that owns this action. Inherited from BarManagerControllerActionBase.
DependencyObjectType Gets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
Dispatcher Gets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
Manager Gets the current BarManager object.
See Also