CalendarBorderLabel
Represents a border with label that is used to visualize a calendar selected day, month, year or decade.
Definition
Namespace:Telerik.Maui.Controls.Calendar
Assembly:Telerik.Maui.Controls.dll
Syntax:
public class CalendarBorderLabel : RadLayout
Inheritance: objectRadLayoutCalendarBorderLabel
Inherited Members
Constructors
Initializes a new instance of the CalendarBorderLabel class.
public CalendarBorderLabel()
Fields
BorderBackgroundColorProperty
BindableProperty
Identifies the BorderBackgroundColor property.
public static readonly BindableProperty BorderBackgroundColorProperty
BorderColorProperty
BindableProperty
Identifies the BorderColor property.
public static readonly BindableProperty BorderColorProperty
BorderThicknessProperty
BindableProperty
Identifies the BorderThickness property.
public static readonly BindableProperty BorderThicknessProperty
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
HorizontalTextAlignmentProperty
BindableProperty
Identifies the HorizontalTextAlignment property.
public static readonly BindableProperty HorizontalTextAlignmentProperty
LineBreakModeProperty
BindableProperty
Identifies the LineBreakMode property.
public static readonly BindableProperty LineBreakModeProperty
SecondaryBorderBackgroundColorProperty
BindableProperty
Identifies the SecondaryBorderBackgroundColor property.
public static readonly BindableProperty SecondaryBorderBackgroundColorProperty
TextColorProperty
BindableProperty
Identifies the TextColor property.
public static readonly BindableProperty TextColorProperty
TextProperty
BindableProperty
Identifies the Text property.
public static readonly BindableProperty TextProperty
VerticalTextAlignmentProperty
BindableProperty
Identifies the VerticalTextAlignment property.
public static readonly BindableProperty VerticalTextAlignmentProperty
Properties
Gets or sets the background brush of the content.
public Color BorderBackgroundColor { get; set; }
BorderColor
Color
Gets or sets the color of the border.
public Color BorderColor { get; set; }
Gets or sets the stroke thickness of the border.
public double BorderThickness { get; set; }
FontAttributes
FontAttributes
Gets or sets the font attributes of the label.
public FontAttributes FontAttributes { get; set; }
Gets or sets the font family of the label.
public string FontFamily { get; set; }
HorizontalTextAlignment
TextAlignment
Gets or sets the horizontal text alignment of the label.
public TextAlignment HorizontalTextAlignment { get; set; }
LineBreakMode
LineBreakMode
Gets or sets the line break mode of the label.
public LineBreakMode LineBreakMode { get; set; }
Gets or sets the background color of the rectangle border placed behind the main border.
public Color SecondaryBorderBackgroundColor { get; set; }
TextColor
Color
Gets or sets the text color of the label.
public Color TextColor { get; set; }
VerticalTextAlignment
TextAlignment
Gets or sets the vertical text alignment of the label.
public TextAlignment VerticalTextAlignment { get; set; }
Methods
public void Draw(ICanvas canvas, RectF dirtyRect)