Skip to main content
A newer version of this page is available. .
Bar

BarDockInfo Properties

Contains information on the dock position of a bar.
Name Description
Bar

Gets or sets a bar that owns the current object. This is a dependency property.

BarRect Gets the rectangle occupied by the bar.
Column

Gets or sets the bar’s zero-based column index, which defines the bar’s horizontal position among other bars displayed in the same row. This is a dependency property.

Container

Gets or sets the container that displays the current bar. This is a dependency property.

ContainerName

Gets or sets the name of the container that displays the current bar. This is a dependency property.

ContainerType

Gets or sets the type of container that displays the current bar. This value matches the BarContainerControl.ContainerType property. This is a dependency property.

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.
FloatBarOffset

Gets or sets the offset of the bar when it’s in the floating state. This is a dependency property.

FloatBarWidth

Gets or sets the bar’s width when it’s in the floating state. This is a dependency property.

IsFloating This member supports the internal infrastructure, and is not intended to be used directly from your code. To specify whether the current bar should be floating, use the BarDockInfo.ContainerType property instead.
IsSealed Gets a value that indicates whether this instance is currently sealed (read-only). Inherited from DependencyObject.
Offset

Gets or sets the bar’s offset from the left or top border of the bar container, based on the container’s orientation. This property is in effect when the bar is docked to a container. This is a dependency property.

Row

Gets or sets the bar’s zero-based row index, which defines the bar’s vertical position among other bars within the bar container. This is a dependency property.

ShowCloseButtonInFloatBar

Gets whether a close (‘x’) button is displayed within a bar, when it’s floating. This is a dependency property.

ShowHeaderInFloatBar

Gets or sets whether to display a title for a bar when it’s floating. This is a dependency property.

See Also