AIPromptView
Class
A view in the RadAIPrompt.
Definition
Namespace:Telerik.Maui.Controls.AIPrompt
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class AIPromptView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewAIPromptView
Derived Classes:
Implements:
Inherited Members
Constructors
Initializes a new instance of the class.
C#
public AIPromptView()
Fields
ControlTemplateProperty
BindableProperty
Identifies the ControlTemplate property.
C#
public static readonly BindableProperty ControlTemplateProperty
HeaderImageSourceProperty
BindableProperty
Identifies the HeaderImageSource property.
C#
public static readonly BindableProperty HeaderImageSourceProperty
HeaderTextProperty
BindableProperty
Identifies the HeaderText property.
C#
public static readonly BindableProperty HeaderTextProperty
Properties
ControlTemplate
ControlTemplate
Gets or sets the template that defines the visual appearance of the view.
C#
public ControlTemplate ControlTemplate { get; set; }
HeaderImageSource
ImageSource
Gets or sets the image source that resides in the header area of the RadTabView.
C#
public ImageSource HeaderImageSource { get; set; }
Gets or sets the text that resides in the header area of the RadTabView.
C#
public string HeaderText { get; set; }