Get or sets the minimum size to apply on an element when layout is calculated.
Namespace: Telerik.WinControlsAssembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)
Syntax
| C# |
|---|
public virtual Size MinSize { get; set; } |
| Visual Basic |
|---|
Public Overridable Property MinSize As Size
Get
Set |
See Also