Provides data of ResizeEnd event.
[Visual Basic]Public Class ResizeEventArgs Inherits System.EventArgs
[C#]public class ResizeEventArgs繝サ蜚ョystem.EventArgs
Explanation
Properties | Type | Explanation |
---|---|---|
![]() |
System.Double | The magnification of the width of the resized form
relative to the width of the form at initial display (Width of form after resizing / width of form at initial display) |
![]() |
System.Double | The magnification of the height of the resized form
relative to the height of the form at initial display (Height of form after resizing / height of form at initial display) |