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