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