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

Bar.FloatSize Property

Get or sets the size of the Bar in pixels if the bar is floating.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

[XtraSerializableProperty]
public Size FloatSize { get; set; }

Property Value

Type Description
Size

The size of the Bar in pixels if the bar is floating.

See Also