New to Telerik UI for WPFStart a free 30-day trial

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 input text.

C#
public string InputText { get; set; }

Gets or sets the rating.

C#
public double Rating { get; set; }

Gets or sets the response text.

C#
public string ResponseText { get; set; }

Gets or sets the title.

C#
public string Title { get; set; }

Methods

C#
public override void OnApplyTemplate()

Returns an automation peer for this AIPromptOutputItem.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs