A view that is used by the RadAIPromptButton to present the RadAIPrompt.
Definition
Namespace:Telerik.Maui.Controls.AIPrompt
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class AIPromptPopupContentView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewAIPromptPopupContentView
Implements:
Inherited Members
Constructors
Initializes a new instance of the class.
C#
public AIPromptPopupContentView()
Fields
ClosePopupButtonStyleProperty
BindableProperty
Identifies the ClosePopupButtonStyle property.
C#
public static readonly BindableProperty ClosePopupButtonStyleProperty
HeightRequestProperty
BindableProperty
Identifies the HeightRequest property.
C#
public static readonly BindableProperty HeightRequestProperty
WidthRequestProperty
BindableProperty
Identifies the WidthRequest property.
C#
public static readonly BindableProperty WidthRequestProperty
Properties
Gets or sets the style that is to be applied to the button that closes the popup.
C#
public Style ClosePopupButtonStyle { get; set; }
Gets or sets the height request of the view.
C#
public double HeightRequest { get; set; }
Gets or sets the width request of the view.
C#
public double WidthRequest { get; set; }