Class AppointmentSummaryView
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class AppointmentSummaryView : RadContentView
Constructors
AppointmentSummaryView()
Declaration
public AppointmentSummaryView()
Fields
AppointmentTitleFontSizeProperty
Identifies the AppointmentTitleFontSize property.
Declaration
public static readonly BindableProperty AppointmentTitleFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
AppointmentTitleTextColorProperty
Identifies the AppointmentTitleTextColor property.
Declaration
public static readonly BindableProperty AppointmentTitleTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
BackgroundColorProperty
Identifies the BackgroundColor bindable property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
BackTextColorProperty
Identifies the BackTextColor property.
Declaration
public static readonly BindableProperty BackTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
ButtonBackgroundColorProperty
Identifies the ButtonBackgroundColor property.
Declaration
public static readonly BindableProperty ButtonBackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
ButtonTextColorProperty
Identifies the ButtonTextColor property.
Declaration
public static readonly BindableProperty ButtonTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
ControlTemplateProperty
Identifies the ControlTemplate property.
Declaration
public static readonly BindableProperty ControlTemplateProperty
Field Value
Xamarin.Forms.BindableProperty
|
DetailsFontSizeProperty
Identifies the DetailsFontSize property.
Declaration
public static readonly BindableProperty DetailsFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
DetailsTextColorProperty
Identifies the DetailsTextColor property.
Declaration
public static readonly BindableProperty DetailsTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
AppointmentTitleFontSize
Gets or sets the font size of the appointment title label.
Declaration
public double AppointmentTitleFontSize { get; set; }
Property Value
System.Double
|
AppointmentTitleTextColor
Gets or sets the color of the appointment title label.
Declaration
public Color AppointmentTitleTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
BackgroundColor
Gets or sets the color which will fill the background of a VisualElement. This is a bindable property. Value: The color that is used to fill the background of a VisualElement. The default is Xamarin.Forms.Color.Default.
Declaration
public Color BackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
BackTextColor
Gets or sets the text color of the back label.
Declaration
public Color BackTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
ButtonBackgroundColor
Gets or sets the background color of the Delete button located in the view`s footer.
Declaration
public Color ButtonBackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
ButtonTextColor
Gets or sets the text color of the Delete button located in the view`s footer.
Declaration
public Color ButtonTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
ControlTemplate
Gets or sets the ControlTemplate of the view.
Declaration
public ControlTemplate ControlTemplate { get; set; }
Property Value
Xamarin.Forms.ControlTemplate
|
DetailsFontSize
Gets or sets the font size of the appointment details section.
Declaration
public double DetailsFontSize { get; set; }
Property Value
System.Double
|
DetailsTextColor
Gets or sets the text color of the appointment details section.
Declaration
public Color DetailsTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()