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