Skip to main content
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.v14.2.dll

#Declaration

[XtraSerializableProperty]
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