Skip to main content

Bar.FloatSize Property

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v24.2.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