HwndSourceParameters.HasAssignedSize Property

Definition

Gets a value that indicates whether a size was assigned.

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

Property Value

true if the window size was assigned; otherwise, false. The default is false, unless the structure was created with provided height and width, in which case the value is true.

Remarks

If a size was not assigned, the window has the default size.

Calls to SetSize or setting Width or Height all result in this property being true.

Applies to

See also