Class AssistImageItem
Represents the AssistImageItem class which contains properties for the image item.
Implements
Inherited Members
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 |