Share via


WindowSetResizableEventArgs.Resizable Property

Definition

Gets or sets a Boolean value that specifies whether the window is resizable.

public:
 property bool Resizable { bool get(); };
public bool Resizable { get; }
member this.Resizable : bool
Public ReadOnly Property Resizable As Boolean

Property Value

True if the window is resizable, otherwise false.

Applies to