HwndSourceParameters.HasAssignedSize Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
.