Class
AIPromptPopupContentView

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

Definition

Namespace:Telerik.Maui.Controls.AIPrompt

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class AIPromptPopupContentView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout

Inheritance: objectRadContentViewRadCompositeContentViewRadBorderContentViewAIPromptPopupContentView

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members RadBorderContentView.BackgroundColorPropertyRadBorderContentView.BackgroundPropertyRadBorderContentView.BorderColorPropertyRadBorderContentView.BorderBrushPropertyRadBorderContentView.BorderThicknessPropertyRadBorderContentView.CornerRadiusPropertyRadBorderContentView.ContentPaddingPropertyRadBorderContentView.BackgroundColorRadBorderContentView.BackgroundRadBorderContentView.BorderColorRadBorderContentView.BorderBrushRadBorderContentView.BorderThicknessRadBorderContentView.CornerRadiusRadBorderContentView.ContentPaddingRadCompositeContentView.StylePropertyRadCompositeContentView.ControlTemplatePropertyRadCompositeContentView.OnApplyTemplate()RadCompositeContentView.OnBindingContextChanged()RadCompositeContentView.OnPropertyChanged(string)RadCompositeContentView.StyleRadCompositeContentView.ControlTemplateRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnHandlerChanged()

Constructors

AIPromptPopupContentView()

Initializes a new instance of the class.

Declaration

cs-api-definition
public AIPromptPopupContentView()

Fields

ClosePopupButtonStyleProperty

Identifies the ClosePopupButtonStyle property.

Declaration

cs-api-definition
public static readonly BindableProperty ClosePopupButtonStyleProperty

Field Value

BindableProperty

HeightRequestProperty

Identifies the HeightRequest property.

Declaration

cs-api-definition
public static readonly BindableProperty HeightRequestProperty

Field Value

BindableProperty

WidthRequestProperty

Identifies the WidthRequest property.

Declaration

cs-api-definition
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

cs-api-definition
public Style ClosePopupButtonStyle { get; set; }

Property Value

Style

HeightRequest

Gets or sets the height request of the view.

Declaration

cs-api-definition
public double HeightRequest { get; set; }

Property Value

double

WidthRequest

Gets or sets the width request of the view.

Declaration

cs-api-definition
public double WidthRequest { get; set; }

Property Value

double