ClassTimeBreakView
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
TimeBreakView()
Initializes a new instance of the TimeBreakView class.
Declaration
public TimeBreakView()
Fields
FontAttributesProperty
Identifies the FontAttributes property.
Declaration
public static readonly BindableProperty FontAttributesProperty
Field Value
BindableProperty
FontFamilyProperty
Identifies the FontFamily property.
Declaration
public static readonly BindableProperty FontFamilyProperty
Field Value
BindableProperty
FontSizeProperty
Identifies the FontSize property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
BindableProperty
StrokeProperty
Identifies the Stroke property.
Declaration
public static readonly BindableProperty StrokeProperty
Field Value
BindableProperty
StrokeThicknessProperty
Identifies the StrokeThickness property.
Declaration
public static readonly BindableProperty StrokeThicknessProperty
Field Value
BindableProperty
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
BindableProperty
TextProperty
Identifies the Text property.
Declaration
public static readonly BindableProperty TextProperty
Field Value
BindableProperty
Properties
FontAttributes
Gets or sets the font attributes of the time break.
Declaration
public FontAttributes FontAttributes { get; set; }
Property Value
FontAttributes
FontFamily
Gets or sets the font family of the time break.
FontSize
Gets or sets the font size of the time break.
Declaration
[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }
Property Value
Stroke
Gets or sets the color of the line displayed by the time break.
Declaration
public Color Stroke { get; set; }
Property Value
Color
StrokeThickness
Gets or sets the thickness of the line displayed by the time break.
Text
Gets or sets the text displayed in the time break.
TextColor
Gets or sets the text color of the time break.
Declaration
public Color TextColor { get; set; }
Property Value
Color
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()