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.v18.1.dll

Syntax
C# |
public Point FloatBarOffset { get; set; }
|
VB |
Public Property FloatBarOffset As Point
|
Property value
Type: 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 (ContainerType) property to BarContainerType.Floating.

See Also