Class AIPromptPopupContentView
A view that is used by the RadAIPromptButton to present the RadAIPrompt.
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.AIPrompt
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AIPromptPopupContentView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
AIPromptPopupContentView()
Initializes a new instance of the class.
Declaration
public AIPromptPopupContentView()
Fields
ActualClosePopupButtonStyleProperty
Identifies the ActualClosePopupButtonStyle property.
Declaration
public static readonly BindableProperty ActualClosePopupButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ActualClosePopupCommandProperty
Identifies the ActualClosePopupCommand property.
Declaration
public static readonly BindableProperty ActualClosePopupCommandProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
ClosePopupButtonStyleProperty
Identifies the ClosePopupButtonStyle property.
Declaration
public static readonly BindableProperty ClosePopupButtonStyleProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
HeightRequestProperty
Identifies the HeightRequest property.
Declaration
public static readonly BindableProperty HeightRequestProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
WidthRequestProperty
Identifies the WidthRequest property.
Declaration
public static readonly BindableProperty WidthRequestProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
ActualClosePopupButtonStyle
Gets or sets the actual style that will be applied to the button that closes the popup. This is a merger of the custom ClosePopupButtonStyle and the default style.
Declaration
public Style ActualClosePopupButtonStyle { get; }
Property Value
Microsoft.Maui.Controls.Style
|
ActualClosePopupCommand
Gets or sets the actual command that closes the popup.
Declaration
public ICommand ActualClosePopupCommand { get; }
Property Value
System.Windows.Input.ICommand
|
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
Microsoft.Maui.Controls.Style
|
HeightRequest
Gets or sets the height request of the view.
Declaration
public double HeightRequest { get; set; }
Property Value
System.Double
|
WidthRequest
Gets or sets the width request of the view.
Declaration
public double WidthRequest { get; set; }
Property Value
System.Double
|