Class AIPromptPopupContentView
A view that is used by the Rad
Inheritance
Inherited Members
Namespace: Telerik.Maui.Controls.AIPrompt
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AIPromptPopupContentView : RadBorderContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Constructors
AIPromptPopupContentView()
Initializes a new instance of the class.
Declaration
public AIPromptPopupContentView()
Fields
ActualClosePopupButtonStyleProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualClosePopupButtonStyleProperty
Field Value
Microsoft.
|
ActualClosePopupCommandProperty
Identifies the Actual
Declaration
public static readonly BindableProperty ActualClosePopupCommandProperty
Field Value
Microsoft.
|
ClosePopupButtonStyleProperty
Identifies the Close
Declaration
public static readonly BindableProperty ClosePopupButtonStyleProperty
Field Value
Microsoft.
|
HeightRequestProperty
Identifies the Height
Declaration
public static readonly BindableProperty HeightRequestProperty
Field Value
Microsoft.
|
WidthRequestProperty
Identifies the Width
Declaration
public static readonly BindableProperty WidthRequestProperty
Field Value
Microsoft.
|
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 Close
Declaration
public Style ActualClosePopupButtonStyle { get; }
Property Value
Microsoft.
|
ActualClosePopupCommand
Gets or sets the actual command that closes the popup.
Declaration
public ICommand ActualClosePopupCommand { get; }
Property Value
System.
|
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.
|
HeightRequest
Gets or sets the height request of the view.
Declaration
public double HeightRequest { get; set; }
Property Value
System.
|
WidthRequest
Gets or sets the width request of the view.
Declaration
public double WidthRequest { get; set; }
Property Value
System.
|