committed by
GitHub
3 changed files with 35 additions and 12 deletions
@ -0,0 +1,15 @@ |
|||
using Avalonia.Automation.Provider; |
|||
|
|||
namespace Avalonia.Automation |
|||
{ |
|||
/// <summary>
|
|||
/// Contains values used as identifiers by <see cref="IToggleProvider"/>.
|
|||
/// </summary>
|
|||
public static class TogglePatternIdentifiers |
|||
{ |
|||
/// <summary>
|
|||
/// Identifies the <see cref="IToggleProvider.ToggleState"/> property.
|
|||
/// </summary>
|
|||
public static AutomationProperty ToggleStateProperty { get; } = new AutomationProperty(); |
|||
} |
|||
} |
|||
Loading…
Reference in new issue