Click or drag to resize

LevelChangedEventArgsZoomLevels Property

Gets the IZoomLevels instance associated with this object.

Namespace:  DotNetBrowser.Zoom.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
public IZoomLevels ZoomLevels { get; }

Property Value

Type: IZoomLevels
The IZoomLevels instance associated with this object.
See Also