Back to Devexpress

Bar.FloatLocation Property

windowsforms-devexpress-dot-xtrabars-dot-bar-fecb25e1.md

latest1.1 KB
Original Source

Bar.FloatLocation Property

Get or sets the Bar location in screen coordinates if the bar is floating.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty]
public Point FloatLocation { get; set; }
vb
<XtraSerializableProperty>
Public Property FloatLocation As Point

Property Value

TypeDescription
Point

The Bar location in screen coordinates if the bar is floating.

|

See Also

Bar Class

Bar Members

DevExpress.XtraBars Namespace