Skip to main content

Class AccessibilityProperties

Namespace: VelloSharp.Composition.Accessibility
Assembly: VelloSharp.Composition.dll

public sealed class AccessibilityProperties : INotifyPropertyChanged

Inheritance

objectAccessibilityProperties

Implements

INotifyPropertyChanged

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

string?

HelpText

public string? HelpText { get; set; }

Property Value

string?

IsAccessible

public bool IsAccessible { get; set; }

Property Value

bool

LiveSetting

public AccessibilityLiveSetting LiveSetting { get; set; }

Property Value

AccessibilityLiveSetting

Name

public string? Name { get; set; }

Property Value

string?

Role

public AccessibilityRole Role { get; set; }

Property Value

AccessibilityRole

PropertyChanged

Occurs when a property value changes.

public event PropertyChangedEventHandler? PropertyChanged

Event Type

PropertyChangedEventHandler?