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

BarDockInfo.FloatBarOffset Property

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

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public Point FloatBarOffset { get; set; }

Property Value

Type Description
Point

A Point structure that specifies the offset of the bar when it’s in the floating state.

Remarks

To create a floating bar, set the Bar.DockInfo.ContainerType (BarDockInfo.ContainerType) property to BarContainerType.Floating.

See Also