The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I am wondering how to determine at run time the size of the form as it was specified at design time.
For example if a form is resized by a user I would like to allow them to trigger an event and have the form determine it's original size from the design property grid.
Any help appreciated.
ADAdministrator Syncfusion Team May 3, 2004 10:27 AM UTC
Hi Jim,
The values for the property grid are serialized back to the InitializeComponent() method. The only thing I know is to store these values in instance variable and reset the current values with them.
Regards,
Thomas
ADAdministrator Syncfusion Team May 4, 2005 12:41 AM UTC
Please have a look at form''s DefaultSize values:
this.DefaultSize
Regards,
Mital