Class
ScaleFactorChangedEventArgs

Represents scale factor changed event args.

Definition

Namespace:Telerik.Windows.Documents.UI

Assembly:Telerik.Windows.Controls.FixedDocumentViewers.dll

Syntax:

cs-api-definition
public class ScaleFactorChangedEventArgs : EventArgs

Inheritance: objectEventArgsScaleFactorChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

ScaleFactorChangedEventArgs(double, double)

Initializes a new instance of the ScaleFactorChangedEventArgs class.

Declaration

cs-api-definition
public ScaleFactorChangedEventArgs(double oldScaleFactor, double newScaleFactor)

Parameters

oldScaleFactor

double

The old scale factor.

newScaleFactor

double

The new scale factor.

Properties

NewScaleFactor

Gets the new scale factor.

Declaration

cs-api-definition
public double NewScaleFactor { get; }

Property Value

double

The new scale factor.

OldScaleFactor

Gets the old scale factor.

Declaration

cs-api-definition
public double OldScaleFactor { get; }

Property Value

double

The old scale factor.