FrameSize Property
Gets or sets the total size of the window.
Definition
Namespace: Avalonia.Controls
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public Size? FrameSize { get; protected set; }
Public Property FrameSize As Size?
Get
Protected Set
member FrameSize : Nullable<Size> with get, set