ClassScaleFactorChangedEventArgs
Class
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
Constructors
ScaleFactorChangedEventArgs(double, double)
Initializes a new instance of the ScaleFactorChangedEventArgs class.
Properties
NewScaleFactor
Gets the new scale factor.
Declaration
cs-api-definition
public double NewScaleFactor { get; }
Property Value
The new scale factor.
OldScaleFactor
Gets the old scale factor.
Declaration
cs-api-definition
public double OldScaleFactor { get; }
Property Value
The old scale factor.