SetLiveSetting Method
Helper for setting LiveSetting property on a StyledElement.
Definition
Namespace: Avalonia.Automation
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public static void SetLiveSetting(
StyledElement element,
AutomationLiveSetting value
)
Public Shared Sub SetLiveSetting (
element As StyledElement,
value As AutomationLiveSetting
)
static member SetLiveSetting :
element : StyledElement *
value : AutomationLiveSetting -> unit