.NET Framework Class Library

ZoomChangedEventArgs.ZoomPercent Property

<< Click to Display Table of Contents >>

.NET Framework Class Library

ZoomChangedEventArgs.ZoomPercent Property

Gets number of the page where the magnification was changed.

Gets percentage of the magnification.

Namespace: Gnostice.Controls.WPF

Assembly:  Gnostice.Controls.WPF (in Gnostice.Controls.WPF.dll)

Syntax

Visual Basic

Public ReadOnly Property ZoomPercent As Double
 Get

C#

public double ZoomPercent { get; }

Visual C++

public:
property double ZoomPercent {
 double get ();
}

See Also

ZoomChangedEventArgs Class

ZoomChangedEventArgs Members

Gnostice.Controls.WPF Namespace