Class TimeBreakView
Represents a view that visualizes a time break in the chat.
Inherited Members
Namespace: Telerik.Maui.Controls.Chat
Assembly: Telerik.Maui.Controls.dll
Syntax
public class TimeBreakView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding
Constructors
TimeBreakView()
Fields
FontAttributesProperty
Identifies the FontAttributes property.
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FontFamilyProperty
Identifies the FontFamily property.
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
FontSizeProperty
Identifies the FontSize property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
StrokeProperty
Identifies the Stroke property.
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
StrokeThicknessProperty
Identifies the StrokeThickness property.
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
FontAttributes
Gets or sets the font attributes of the time break.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
Microsoft.Maui.Controls.FontAttributes
|
FontFamily
Gets or sets the font family of the time break.
Declaration
public string FontFamily { get; set; }
Property Value
System.String
|
FontSize
Gets or sets the font size of the time break.
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
Stroke
Gets or sets the color of the line displayed by the time break.
Declaration
public Color Stroke { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
StrokeThickness
Gets or sets the thickness of the line displayed by the time break.
Declaration
public double StrokeThickness { get; set; }
Property Value
System.Double
|
Text
Gets or sets the text displayed in the time break.
Declaration
public string Text { get; set; }
Property Value
System.String
|
TextColor
Gets or sets the text color of the time break.
Declaration
public Color TextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()