Partager via


AutomationProperties.SetIsOffscreenBehavior Méthode

Définition

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.

S’applique à