DevPropertyGridInputDialogMinimumSize Property
Gets or sets the minimum size for the dialog window.
Namespace: DevCase.UI.DialogsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[BrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Size), "0, 0")]
public Size MinimumSize { get; set; }
<BrowsableAttribute(true)>
<DefaultValueAttribute(GetType(Size), "0, 0")>
Public Property MinimumSize As Size
Get
Set
Dim instance As DevPropertyGridInputDialog
Dim value As Size
value = instance.MinimumSize
instance.MinimumSize = value
public:
[BrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Size), L"0, 0")]
property Size MinimumSize {
Size get ();
void set (Size value);
}
[<BrowsableAttribute(true)>]
[<DefaultValueAttribute(typeof(Size), "0, 0")>]
member MinimumSize : Size with get, set
No code example is currently available or this language may not be supported.
Property Value
Size
The minimum size for the dialog window.