Back to Devexpress

LayoutControlItem.ControlMinSize Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrolitem-3616f661.md

latest2.2 KB
Original Source

LayoutControlItem.ControlMinSize Property

Gets or sets the control’s minimum size.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Layout")]
[Browsable(false)]
public virtual Size ControlMinSize { get; set; }
vb
<DXCategory("Layout")>
<Browsable(False)>
Public Overridable Property ControlMinSize As Size

Property Value

TypeDescription
Size

A System.Drawing.Size structure that defines the control’s minimum width and height.

|

Remarks

The ControlMinSize and ControlMaxSize properties are calculated properties, and they are never (de)serialized. See the LayoutControlItem.ControlMaxSize topic for more information.

See Also

ContentHorzAlignment

ContentVertAlignment

ControlMaxSize

MaxSize

MinSize

SizeConstraintsType

Size and Alignment

LayoutControlItem Class

LayoutControlItem Members

DevExpress.XtraLayout Namespace