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
Constructors
Initializes a new instance of the ScaleFactorChangedEventArgs class.
Properties
Gets the new scale factor.
C#
public double NewScaleFactor { get; }
The new scale factor.
Gets the old scale factor.
C#
public double OldScaleFactor { get; }
The old scale factor.