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