DpiChangedEventArgs Properties

 

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

NameDescription
System_CAPS_pubpropertyCancel

Gets or sets a value indicating whether the event should be canceled.(Inherited from CancelEventArgs.)

System_CAPS_pubpropertyDeviceDpiNew

Gets the DPI value for the new display device where the control or form is currently being displayed.

System_CAPS_pubpropertyDeviceDpiOld

Gets the DPI value for the display device where the control or form was previously displayed.

System_CAPS_pubpropertySuggestedRectangle

Gets a Rectangle that represents the new bounding rectangle for the control or form based on the DPI of the display device where it's displayed.

Return to top
Show: