Method HasLiveResize
HasLiveResize()
Returns true if windows are resized live.
public bool HasLiveResize()
Returns
- bool
true
if live resizing is being actually used,false
otherwise.
Remarks
This function combines the check for AlwaysUsesLiveResize() and, for the platforms where live resizing is optional, the check LiveResize flag.