TimeBreakView
Represents a view that visualizes a time break in the chat.
Definition
Namespace:Telerik.Maui.Controls.Chat
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class TimeBreakView : RadContentView, IRadContentView, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout
Inheritance: objectRadContentViewTimeBreakView
Implements:
Inherited Members
Constructors
Initializes a new instance of the TimeBreakView class.
public TimeBreakView()
Fields
FontAttributesProperty
BindableProperty
Identifies the FontAttributes property.
public static readonly BindableProperty FontAttributesProperty
FontFamilyProperty
BindableProperty
Identifies the FontFamily property.
public static readonly BindableProperty FontFamilyProperty
FontSizeProperty
BindableProperty
Identifies the FontSize property.
public static readonly BindableProperty FontSizeProperty
StrokeProperty
BindableProperty
Identifies the Stroke property.
public static readonly BindableProperty StrokeProperty
StrokeThicknessProperty
BindableProperty
Identifies the StrokeThickness property.
public static readonly BindableProperty StrokeThicknessProperty
TextColorProperty
BindableProperty
Identifies the TextColor property.
public static readonly BindableProperty TextColorProperty
TextProperty
BindableProperty
Identifies the Text property.
public static readonly BindableProperty TextProperty
Properties
FontAttributes
FontAttributes
Gets or sets the font attributes of the time break.
public FontAttributes FontAttributes { get; set; }
Gets or sets the font family of the time break.
public string FontFamily { get; set; }
Gets or sets the font size of the time break.
[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }
Stroke
Color
Gets or sets the color of the line displayed by the time break.
public Color Stroke { get; set; }
Gets or sets the thickness of the line displayed by the time break.
public double StrokeThickness { get; set; }
TextColor
Color
Gets or sets the text color of the time break.
public Color TextColor { get; set; }
Methods
protected override void OnApplyTemplate()