|  | |
| View | |
 Inheritance Hierarchy
Inheritance Hierarchy Syntax
Syntaxpublic class ViewSizeChangedEventArgs : EventArgs
The ViewSizeChangedEventArgs type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ViewSizeChangedEventArgs | Constructor | 
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ViewPixelSize | Gets size of rendering area in pixels. | 
|  | ViewSize | Gets size of rendering area in device independent units (pixel size divided by DPI scaling). This value can be smaller then ViewPixelSize when dpi scaling is used. | 
 See Also
See Also