Summary
Provides data for the
EffectiveViewportChanged
event.
- Namespace
- Avalonia
.Layout - Base Types
-
- object
- EventArgs
graph BT
Type-->Base0["EventArgs"]
Base0-->Base1["object"]
Type["EffectiveViewportChangedEventArgs"]
class Type type-node
Syntax
public class EffectiveViewportChangedEventArgs : EventArgs
Constructors
Name | Summary |
---|---|
Effective |
Properties
Name | Value | Summary |
---|---|---|
EffectiveViewport | Rect |
Gets the
Rect representing the effective viewport.
|