alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class AccessibilityContentView

    Represents a custom class for handle Accessibility.

    Inheritance
    System.Object
    SfView
    SfContentView
    GestureListenerExt
    AccessibilityContentView
    Implements
    IDrawableLayout
    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
    SfContentView.Content
    SfContentView.ContentProperty
    SfContentView.OnContentChanged(Object, Object)
    SfView.ArrangeContent(Rect)
    SfView.ArrangeOverride(Rect)
    SfView.Children
    SfView.ClipToBounds
    SfView.IDrawableLayout.DrawingOrder
    SfView.IDrawableLayout.InvalidateDrawable()
    SfView.MeasureContent(Double, Double)
    SfView.MeasureOverride(Double, Double)
    SfView.OnBindingContextChanged()
    SfView.OnDraw(ICanvas, RectF)
    SfView.OnHandlerChanged()
    SfView.Padding
    SfView.PaddingProperty
    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
    SfView.GetSemanticsNodesCore(Double, Double)

    Implements

    IDrawableLayout
    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved