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

BarDockControl.Size Property

Gets or sets the width and height of the bar dock control.

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.2.dll

Declaration

[Browsable(false)]
public Size Size { get; set; }

Property Value

Type Description
Size

A Size structure which specifies the width and height of the bar dock control, in pixels.

Remarks

This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.

See Also