WindowInfoBounds Property
Gets or sets the size and position of this window.
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public Rectangle Bounds { get; set; }
Public Property Bounds As Rectangle
Get
Set
Dim instance As WindowInfo
Dim value As Rectangle
value = instance.Bounds
instance.Bounds = value
public:
property Rectangle Bounds {
Rectangle get ();
void set (Rectangle value);
}
member Bounds : Rectangle with get, set
No code example is currently available or this language may not be supported.
Property Value
Rectangle