New to Telerik UI for WPFStart a free 30-day trial

Represents scale factor changed event args.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

C#
public class ScaleFactorChangedEventArgs : EventArgs

Inheritance: objectEventArgsScaleFactorChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

Initializes a new instance of the ScaleFactorChangedEventArgs class.

C#
public ScaleFactorChangedEventArgs(double oldScaleFactor, double newScaleFactor)
Parameters:oldScaleFactordouble

The old scale factor.

newScaleFactordouble

The new scale factor.

Properties

Gets the new scale factor.

C#
public double NewScaleFactor { get; }
Property Value:

The new scale factor.

Gets the old scale factor.

C#
public double OldScaleFactor { get; }
Property Value:

The old scale factor.