Back to Devexpress

DockPanel.FloatSize Property

windowsforms-devexpress-dot-xtrabars-dot-docking-dot-dockpanel-7ae9d0b3.md

latest1.4 KB
Original Source

DockPanel.FloatSize Property

Gets or sets the size of the panel when it is floating.

Namespace : DevExpress.XtraBars.Docking

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Size

A System.Drawing.Size structure representing the panel’s size, in pixels.

|

Remarks

Use the FloatSize property to specify the panel’s size when it’s in floating mode. This property can be set even if the panel is not currently floating.

See Also

FloatForm

MakeFloat

DockPanel Class

DockPanel Members

DevExpress.XtraBars.Docking Namespace