AutomationProperties.SetIsOffscreenBehavior Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit la propriété jointe IsOffscreenBehavior pour le DependencyObject spécifié.
public:
static void SetIsOffscreenBehavior(System::Windows::DependencyObject ^ element, System::Windows::Automation::IsOffscreenBehavior value);
public static void SetIsOffscreenBehavior (System.Windows.DependencyObject element, System.Windows.Automation.IsOffscreenBehavior value);
static member SetIsOffscreenBehavior : System.Windows.DependencyObject * System.Windows.Automation.IsOffscreenBehavior -> unit
Public Shared Sub SetIsOffscreenBehavior (element As DependencyObject, value As IsOffscreenBehavior)
Paramètres
- element
- DependencyObject
DependencyObject sur lequel définir la propriété.
- value
- IsOffscreenBehavior
Valeur qui spécifie comment un élément détermine comment la propriété IsOffscreen() est déterminée.