Class
InlineMessageControl

Represents control that hosts inline messages as its content.

Definition

Namespace:Telerik.Windows.Controls.ConversationalUI

Assembly:Telerik.Windows.Controls.ConversationalUI.dll

Syntax:

cs-api-definition
public class InlineMessageControl : ContentControl

Inheritance: objectInlineMessageControl

Constructors

InlineMessageControl()

Initializes a new instance of the InlineMessageControl class.

Declaration

cs-api-definition
public InlineMessageControl()

Fields

CornerRadiusValueProperty

Identifies the CornerRadiusValue dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty CornerRadiusValueProperty

Field Value

DependencyProperty

Properties

CornerRadiusValue

Gets or sets the corner radius value. It is further modified by the position in group property.

Declaration

cs-api-definition
public double CornerRadiusValue { get; set; }

Property Value

double

Methods

OnApplyTemplate()

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnInitialized(EventArgs)

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs