ScrollViewer.GetIsZoomChainingEnabled(DependencyObject) Méthode

Définition

Obtient la valeur de la propriété de dépendance IsZoomChainingEnabled / ScrollViewer.IsZoomChainingEnabled propriété jointe XAML à partir d’un élément spécifié.

public:
 static bool GetIsZoomChainingEnabled(DependencyObject ^ element);
 static bool GetIsZoomChainingEnabled(DependencyObject const& element);
public static bool GetIsZoomChainingEnabled(DependencyObject element);
function getIsZoomChainingEnabled(element)
Public Shared Function GetIsZoomChainingEnabled (element As DependencyObject) As Boolean

Paramètres

element
DependencyObject

Élément à partir duquel la valeur de la propriété est lue.

Retours

Boolean

bool

Valeur de la propriété, telle qu’obtenue à partir du magasin de propriétés.

Remarques

Pour plus d’informations, consultez la propriété IsZoomChainingEnabled .

S’applique à

Voir aussi