Class AccessibilityContentView
Represents a custom class for handle Accessibility.
Implements
Microsoft.Maui.Graphics.IDrawable
Microsoft.Maui.IAbsoluteLayout
Microsoft.Maui.ILayout
Microsoft.Maui.IView
Microsoft.Maui.IElement
Microsoft.Maui.ITransform
Microsoft.Maui.IContainer
System.Collections.Generic.IList<Microsoft.Maui.IView>
System.Collections.Generic.ICollection<Microsoft.Maui.IView>
System.Collections.Generic.IEnumerable<Microsoft.Maui.IView>
System.Collections.IEnumerable
Microsoft.Maui.ISafeAreaView
Microsoft.Maui.IPadding
Microsoft.Maui.ICrossPlatformLayout
Microsoft.Maui.IVisualTreeElement
Inherited Members
Namespace: Syncfusion.Maui.Chat.Helpers
Assembly: Syncfusion.Maui.Chat.dll
Syntax
public class AccessibilityContentView : GestureListenerExt, IDrawableLayout, IDrawable, IAbsoluteLayout, ILayout, IView, IElement, ITransform, IContainer, IList<IView>, ICollection<IView>, IEnumerable<IView>, IEnumerable, ISafeAreaView, IPadding, ICrossPlatformLayout, IVisualTreeElement, ISemanticsProvider, ITouchListener, ITapGestureListener, IGestureListener
Constructors
AccessibilityContentView()
Declaration
public AccessibilityContentView()
Fields
AccessibilityDescriptionProperty
Bindable property for AccessibilityDescription.
Declaration
public static readonly BindableProperty AccessibilityDescriptionProperty
Field Value
| Type |
|---|
| Microsoft.Maui.Controls.BindableProperty |
AccessibilityHintProperty
Bindable property for AccessibilityHint.
Declaration
public static readonly BindableProperty AccessibilityHintProperty
Field Value
| Type |
|---|
| Microsoft.Maui.Controls.BindableProperty |
Properties
AccessibilityDescription
Gets or sets the accessibility description announced by screen readers.
Declaration
public string AccessibilityDescription { get; set; }
Property Value
| Type |
|---|
| System.String |
AccessibilityHint
Gets or sets the accessibility hint announced by screen readers.
Declaration
public string AccessibilityHint { get; set; }
Property Value
| Type |
|---|
| System.String |
Methods
GetSemanticsNodesCore(Double, Double)
Return the semantics nodes for the view.
Declaration
protected override List<SemanticsNode> GetSemanticsNodesCore(double width, double height)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Double | width | The view width. |
| System.Double | height | The view height. |
Returns
| Type | Description |
|---|---|
| System.Collections.Generic.List<Syncfusion.Maui.Graphics.Internals.SemanticsNode> | The semantics nodes of the view. |
Overrides
Implements
Microsoft.Maui.Graphics.IDrawable
Microsoft.Maui.IAbsoluteLayout
Microsoft.Maui.ILayout
Microsoft.Maui.IView
Microsoft.Maui.IElement
Microsoft.Maui.ITransform
Microsoft.Maui.IContainer
System.Collections.Generic.IList<>
System.Collections.Generic.ICollection<>
System.Collections.Generic.IEnumerable<>
System.Collections.IEnumerable
Microsoft.Maui.ISafeAreaView
Microsoft.Maui.IPadding
Microsoft.Maui.ICrossPlatformLayout
Microsoft.Maui.IVisualTreeElement