AutomationProperties.SetIsOffscreenBehavior Metoda

Definice

Nastaví připojenou IsOffscreenBehavior vlastnost pro zadaný DependencyObject.

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)

Parametry

element
DependencyObject

Nastavte DependencyObject vlastnost.

value
IsOffscreenBehavior

Hodnota, která určuje, jak se určuje, jak IsOffscreen() je vlastnost určena.

Platí pro