AutomationPropertiesSetIsOffscreenBehavior Method

Helper for setting the value of the IsOffscreenBehaviorProperty on a StyledElement.

Definition

Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public static void SetIsOffscreenBehavior(
	StyledElement element,
	IsOffscreenBehavior value
)

Parameters

element  StyledElement
 
value  IsOffscreenBehavior
 

See Also