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.v24.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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