Condividi tramite


AutomationProperties.GetIsOffscreenBehavior(DependencyObject) Metodo

Definizione

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

public:
 static System::Windows::Automation::IsOffscreenBehavior GetIsOffscreenBehavior(System::Windows::DependencyObject ^ element);
public static System.Windows.Automation.IsOffscreenBehavior GetIsOffscreenBehavior (System.Windows.DependencyObject element);
static member GetIsOffscreenBehavior : System.Windows.DependencyObject -> System.Windows.Automation.IsOffscreenBehavior
Public Shared Function GetIsOffscreenBehavior (element As DependencyObject) As IsOffscreenBehavior

Parametri

element
DependencyObject

Oggetto DependencyObject da verificare.

Restituisce

IsOffscreenBehavior

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

Si applica a