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