Interface IAccessibleDescription
Interface for an object (typically a Widget) with accessibility information.
Namespace: Ritchie.Toolbox.Accessibility
Assembly: Ritchie.Toolbox.dll
Syntax
public interface IAccessibleDescriptionProperties
AccessibleContent
Gets a string of text representing the widget's content, in a screen-reader-friendly format.
Declaration
string? AccessibleContent { get; }Property Value
| Type | Description | 
|---|---|
| string |