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