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