New to Telerik UI for .NET MAUIStart a free 30-day trial

A view that is used by the RadAIPromptButton to present the RadAIPrompt.

Definition

Constructors

Initializes a new instance of the class.

C#
public AIPromptPopupContentView()

Fields

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; }