StandaloneBarDockControl.Size Property
Gets or sets the width and height of the StandaloneBarDockControl.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[DXCategory("Layout")]
[Browsable(true)]
public Size Size { get; set; }
<DXCategory("Layout")>
<Browsable(True)>
Public Property Size As Size
Property Value
Type | Description |
---|---|
Size | The Size that represents the height and width of the control in pixels. |
See Also
Feedback