Window Class
Namespace: GHIElectronics.TinyCLR.UI · Assembly: GHIElectronics.TinyCLR.UI
No description available.
public class Window : ContentControl
Properties
Top
public int Top { get; set; }
Position for Top of the host window
Left
public int Left { get; set; }
No description available.
Topmost
public bool Topmost { get; set; }
Determines if this window is always on the top.
Methods
ArrangeOverride(int arrangeWidth, int arrangeHeight)
protected override void ArrangeOverride(int arrangeWidth, int arrangeHeight)
ArrangeOverride allows for the customization of the positioning of children.
| Parameter | Type | Description |
|---|---|---|
arrangeWidth | int | |
arrangeHeight | int |