Class AppointmentView
Represents a view that is used to visualize an appointment.
Inheritance
Namespace: Telerik.Maui.Controls.Scheduler
Assembly: Telerik.Maui.Controls.dll
Syntax
public class AppointmentView : View, IAppointmentViewInternal, IAppointmentView, IView, IElement, ITransform
Constructors
AppointmentView()
Fields
BackgroundColorProperty
Identifies the BackgroundColor property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
CornerRadiusProperty
Identifies the CornerRadius bindable property.
Declaration
public static readonly BindableProperty CornerRadiusProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
PaddingProperty
Identifies the Padding bindable property.
Declaration
public static readonly BindableProperty PaddingProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SubjectFontAttributesProperty
Identifies the SubjectFontAttributes bindable property.
Declaration
public static readonly BindableProperty SubjectFontAttributesProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SubjectFontFamilyProperty
Identifies the SubjectFontFamily bindable property.
Declaration
public static readonly BindableProperty SubjectFontFamilyProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SubjectFontSizeProperty
Identifies the SubjectFontSize bindable property.
Declaration
public static readonly BindableProperty SubjectFontSizeProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SubjectProperty
Identifies the Subject bindable property.
Declaration
public static readonly BindableProperty SubjectProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SubjectTextColorProperty
Identifies the SubjectTextColor bindable property.
Declaration
public static readonly BindableProperty SubjectTextColorProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
BackgroundColor
Declaration
public Color BackgroundColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
CornerRadius
Gets or sets the corner radius of the appointment.
Declaration
public double CornerRadius { get; set; }
Property Value
System.Double
|
Implements
Padding
Gets or sets the padding of the appointment.
Declaration
public Thickness Padding { get; set; }
Property Value
Microsoft.Maui.Thickness
|
Implements
Subject
Gets or sets the subject of the appointment.
Declaration
public string Subject { get; set; }
Property Value
System.String
|
Implements
SubjectFontAttributes
Gets or sets the font attributes of the subject.
Declaration
public FontAttributes SubjectFontAttributes { get; set; }
Property Value
Microsoft.Maui.Controls.FontAttributes
|
SubjectFontFamily
Gets or sets the font family of the subject.
Declaration
public string SubjectFontFamily { get; set; }
Property Value
System.String
|
SubjectFontSize
Gets or sets the font size of the subject.
Declaration
public double SubjectFontSize { get; set; }
Property Value
System.Double
|
SubjectTextColor
Gets or sets the text color of the subject.
Declaration
public Color SubjectTextColor { get; set; }
Property Value
Microsoft.Maui.Graphics.Color
|
Implements
Methods
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()
Explicit Interface Implementations
IAppointmentView.SubjectFont
Declaration
Font IAppointmentView.SubjectFont { get; }
Returns
Microsoft.Maui.Font
|