ClassAIPromptOutputItem
The visual representation of an AIPromptOutputItemModel.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
public class AIPromptOutputItem : Control
Inheritance: objectAIPromptOutputItem
Constructors
AIPromptOutputItem()
Declaration
public AIPromptOutputItem()
Fields
CornerRadiusProperty
Identifies the CornerRadius property.
Declaration
public static readonly DependencyProperty CornerRadiusProperty
Field Value
DependencyProperty
InputTextProperty
Identifies the InputText property.
Declaration
public static readonly DependencyProperty InputTextProperty
Field Value
DependencyProperty
RatingProperty
Identifies the Rating property.
Declaration
public static readonly DependencyProperty RatingProperty
Field Value
DependencyProperty
ResponseTextProperty
Identifies the ResponseText property.
Declaration
public static readonly DependencyProperty ResponseTextProperty
Field Value
DependencyProperty
TitleProperty
Identifies the Title property.
Declaration
public static readonly DependencyProperty TitleProperty
Field Value
DependencyProperty
Properties
CornerRadius
Gets or sets the corner radius.
Declaration
public CornerRadius CornerRadius { get; set; }
Property Value
CornerRadius
InputText
Gets or sets the input text.
Rating
Gets or sets the rating.
ResponseText
Gets or sets the response text.
Methods
OnApplyTemplate()
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
Returns an automation peer for this AIPromptOutputItem.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e