Class StartZoomingEventArgs
Inheritance
System.Object
StartZoomingEventArgs
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class StartZoomingEventArgs : RadRoutedEventArgs
Constructors
Declaration
public StartZoomingEventArgs()
Declaration
public StartZoomingEventArgs(RoutedEvent routedEvent)
Parameters
Declaration
public StartZoomingEventArgs(RoutedEvent routedEvent, object source)
Parameters
Properties
Declaration
public int NewZoomLevel { get; set; }
Property Value
Declaration
public int OldZoomLevel { get; set; }
Property Value
Extension Methods