Class AddAppointmentView
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class AddAppointmentView : RadContentView
Constructors
AddAppointmentView()
Declaration
public AddAppointmentView()
Fields
AllDaySwitchBackgroundColorProperty
Identifies the AllDaySwitchBackgroundColor property.
Declaration
public static readonly BindableProperty AllDaySwitchBackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
AllDaySwitchOnColorProperty
Identifies the AllDaySwitchOnColor property.
Declaration
public static readonly BindableProperty AllDaySwitchOnColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
BackgroundColorProperty
Identifies the BackgroundColor bindable property.
Declaration
public static readonly BindableProperty BackgroundColorProperty
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
|
EditorFontSizeProperty
Identifies the EditorFontSize property.
Declaration
public static readonly BindableProperty EditorFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
EditorTextColorProperty
Identifies the EditorTextColor property.
Declaration
public static readonly BindableProperty EditorTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
SeparatorColorProperty
Identifies the SeparatorColor property.
Declaration
public static readonly BindableProperty SeparatorColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
SeparatorThicknessProperty
Identifies the SeparatorThickness property.
Declaration
public static readonly BindableProperty SeparatorThicknessProperty
Field Value
Xamarin.Forms.BindableProperty
|
TitleFontSizeProperty
Identifies the TitleFontSize property.
Declaration
public static readonly BindableProperty TitleFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
TitleTextColorProperty
Identifies the TitleTextColor property.
Declaration
public static readonly BindableProperty TitleTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
AllDaySwitchBackgroundColor
Gets or sets the background color of the switch used to select the Appointment`s all-day value.
Declaration
public Color AllDaySwitchBackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
AllDaySwitchOnColor
Gets or sets the switch-on color of the switch used to select the Appointment`s all-day value.
Declaration
public Color AllDaySwitchOnColor { 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
|
ButtonBackgroundColor
Gets or sets the background color of the OK and Cancel buttons 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 OK and Cancel buttons 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
|
EditorFontSize
Gets or sets the font size of the editor rows for the different properties of the Appointment.
Declaration
public double EditorFontSize { get; set; }
Property Value
System.Double
|
EditorTextColor
Gets or sets the text color of the editor rows for the different properties of the Appointment.
Declaration
public Color EditorTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
SeparatorColor
Gets or sets the color of the separator between the editor rows for the different properties of the Appointment.
Declaration
public Color SeparatorColor { get; set; }
Property Value
Xamarin.Forms.Color
|
SeparatorThickness
Gets or sets the thickness of the separator between the editor rows for the different properties of the Appointment.
Declaration
public Thickness SeparatorThickness { get; set; }
Property Value
Xamarin.Forms.Thickness
|
TitleFontSize
Gets or sets the font size of the title text.
Declaration
public double TitleFontSize { get; set; }
Property Value
System.Double
|
TitleTextColor
Gets or sets the color of the title text.
Declaration
public Color TitleTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()