Class AccessibilityProperties
Namespace: VelloSharp.Composition.Accessibility
Assembly: VelloSharp.Composition.dll
public sealed class AccessibilityProperties : INotifyPropertyChanged
Inheritance
object ← AccessibilityProperties
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Properties
AutomationId
public string? AutomationId { get; set; }
Property Value
HelpText
public string? HelpText { get; set; }
Property Value
IsAccessible
public bool IsAccessible { get; set; }
Property Value
LiveSetting
public AccessibilityLiveSetting LiveSetting { get; set; }
Property Value
Name
public string? Name { get; set; }
Property Value
Role
public AccessibilityRole Role { get; set; }
Property Value
PropertyChanged
Occurs when a property value changes.
public event PropertyChangedEventHandler? PropertyChanged