共用方式為


ZoomLevelChangedEventArgs.NewZoomLevel 屬性

取得 IWpfTextView 的新縮放層級。

命名空間:  Microsoft.VisualStudio.Text.Editor
組件:  Microsoft.VisualStudio.Text.UI.Wpf (在 Microsoft.VisualStudio.Text.UI.Wpf.dll 中)

語法

'宣告
Public Property NewZoomLevel As Double
public double NewZoomLevel { get; private set; }
public:
property double NewZoomLevel {
    double get ();
    private: void set (double value);
}
member NewZoomLevel : float with get, private set
function get NewZoomLevel () : double 
private function set NewZoomLevel (value : double)

屬性值

類型:Double
IWpfTextView 的新縮放層級。

.NET Framework 安全性

請參閱

參考

ZoomLevelChangedEventArgs 類別

Microsoft.VisualStudio.Text.Editor 命名空間