AutomationProperties.SetIsOffscreenBehavior Metodo

Definizione

Imposta la proprietà associata IsOffscreenBehavior per l'oggetto DependencyObject specificato.

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)

Parametri

element
DependencyObject

Oggetto DependencyObject per cui impostare la proprietà.

value
IsOffscreenBehavior

Valore che specifica come un elemento determina come viene determinata la proprietà IsOffscreen().

Si applica a