DevPropertyGridInputDialogMaximumSize Property
Gets or sets the maximum 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 MaximumSize { get; set; }
<BrowsableAttribute(true)>
<DefaultValueAttribute(GetType(Size), "0, 0")>
Public Property MaximumSize As Size
Get
Set
Dim instance As DevPropertyGridInputDialog
Dim value As Size
value = instance.MaximumSize
instance.MaximumSize = value
public:
[BrowsableAttribute(true)]
[DefaultValueAttribute(typeof(Size), L"0, 0")]
property Size MaximumSize {
Size get ();
void set (Size value);
}
[<BrowsableAttribute(true)>]
[<DefaultValueAttribute(typeof(Size), "0, 0")>]
member MaximumSize : Size with get, set
No code example is currently available or this language may not be supported.
Property Value
Size
The maximum size for the dialog window.