menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class AssistImageItem - MAUI API Reference | Syncfusion

    Show / Hide Table of Contents

    Class AssistImageItem

    Represents the AssistImageItem class which contains properties for the image item.

    Inheritance
    System.Object
    AssistItem
    AssistImageItem
    Implements
    IAssistItem
    Inherited Members
    AssistItem.Data
    AssistItem.DataProperty
    AssistItem.DateTime
    AssistItem.DateTimeProperty
    AssistItem.ErrorMessage
    AssistItem.ErrorMessageProperty
    AssistItem.IsLiked
    AssistItem.IsLikedProperty
    AssistItem.IsRequested
    AssistItem.IsRequestedProperty
    AssistItem.Profile
    AssistItem.ProfileProperty
    AssistItem.RequestItem
    AssistItem.RequestItemProperty
    AssistItem.ShowAssistItemFooter
    AssistItem.ShowAssistItemFooterProperty
    AssistItem.Suggestion
    AssistItem.SuggestionProperty
    AssistItem.Text
    AssistItem.TextProperty
    Namespace: Syncfusion.Maui.AIAssistView
    Assembly: Syncfusion.Maui.AIAssistView.dll
    Syntax
    public class AssistImageItem : AssistItem, IAssistItem

    Constructors

    AssistImageItem()

    Declaration
    public AssistImageItem()

    Fields

    AspectProperty

    Identifies the Aspect Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty AspectProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    SizeProperty

    Identifies the Size Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty SizeProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    SourceProperty

    Identifies the Source Microsoft.Maui.Controls.BindableProperty.

    Declaration
    public static readonly BindableProperty SourceProperty
    Field Value
    Type
    Microsoft.Maui.Controls.BindableProperty

    Properties

    Aspect

    Gets or sets the scaling mode of an image.

    Declaration
    public Aspect Aspect { get; set; }
    Property Value
    Type
    Microsoft.Maui.Aspect

    Size

    Gets or sets the size of the image.

    Declaration
    public Size Size { get; set; }
    Property Value
    Type
    Microsoft.Maui.Graphics.Size

    Source

    Gets or sets the Microsoft.Maui.Controls.ImageSource for the AssistItem.

    Declaration
    public ImageSource Source { get; set; }
    Property Value
    Type
    Microsoft.Maui.Controls.ImageSource

    Implements

    IAssistItem
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved