Share via


ZoomControl.SetSelectedZoomLevel, méthode

Définit l'élément SelectedZoomLevelProperty.

Espace de noms :  Microsoft.VisualStudio.Text.Editor
Assembly :  Microsoft.VisualStudio.Text.UI.Wpf (dans Microsoft.VisualStudio.Text.UI.Wpf.dll)

Syntaxe

'Déclaration
Public Shared Sub SetSelectedZoomLevel ( _
    control As DependencyObject, _
    value As Double _
)
public static void SetSelectedZoomLevel(
    DependencyObject control,
    double value
)
public:
static void SetSelectedZoomLevel(
    DependencyObject^ control, 
    double value
)
static member SetSelectedZoomLevel : 
        control:DependencyObject * 
        value:float -> unit
public static function SetSelectedZoomLevel(
    control : DependencyObject, 
    value : double
)

Paramètres

  • value
    Type : Double

    Niveau de zoom.

Sécurité .NET Framework

Voir aussi

Référence

ZoomControl Classe

Microsoft.VisualStudio.Text.Editor, espace de noms