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