 | MainWindowForceRecalculateWindowMeasures method |
Sets the window size, taking maximum limits into account, to the
height and width of the content and the SizeToContent property to WidthAndHeight.
Then re-centre the window relative to the last position.
Namespace: Vishnu.WPF_UIAssembly: Vishnu.WPF_UI (in Vishnu.WPF_UI.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntaxpublic void ForceRecalculateWindowMeasures(
Object? parameters
)
Public Sub ForceRecalculateWindowMeasures (
parameters As Object
)
public:
void ForceRecalculateWindowMeasures(
Object^ parameters
)
member ForceRecalculateWindowMeasures :
parameters : Object -> unit
Parameters
- parameters Object
- Optional parameter object, unused here.
See also