Struct WindowParameters
public struct WindowParameters
- Inherited Members
- Extension Methods
Properties
Height
public int Height { readonly get; set; }
Property Value
IsFixedSize
For desktop: if you set this to true the app window will not be allowed to be resized manually.
public bool IsFixedSize { readonly get; set; }
Property Value
Width
public int Width { readonly get; set; }