InlineMessageControl
Class
Represents control that hosts inline messages as its content.
Definition
Namespace:Telerik.Windows.Controls.ConversationalUI
Assembly:Telerik.Windows.Controls.ConversationalUI.dll
Syntax:
C#
public class InlineMessageControl : ContentControl
Inheritance: objectInlineMessageControl
Constructors
Initializes a new instance of the InlineMessageControl class.
C#
public InlineMessageControl()
Fields
CornerRadiusValueProperty
DependencyProperty
Identifies the CornerRadiusValue dependency property.
C#
public static readonly DependencyProperty CornerRadiusValueProperty
Properties
Gets or sets the corner radius value. It is further modified by the position in group property.
C#
public double CornerRadiusValue { get; set; }
Methods
C#
public override void OnApplyTemplate()