Class EndRepeatAppointmentView
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class EndRepeatAppointmentView : RadContentView
Constructors
EndRepeatAppointmentView()
Declaration
public EndRepeatAppointmentView()
Fields
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
|
FontSizeProperty
Identifies the FontSize property.
Declaration
public static readonly BindableProperty FontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
SelectionSymbolColorProperty
Identifies the SelectionSymbolColor property.
Declaration
public static readonly BindableProperty SelectionSymbolColorProperty
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
|
SummaryFontSizeProperty
Identifies the SummaryFontSize property.
Declaration
public static readonly BindableProperty SummaryFontSizeProperty
Field Value
Xamarin.Forms.BindableProperty
|
SummaryTextColorProperty
Identifies the SummaryTextColor property.
Declaration
public static readonly BindableProperty SummaryTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextColorProperty
Identifies the TextColor property.
Declaration
public static readonly BindableProperty TextColorProperty
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
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
|
FontSize
Gets or sets the font size applied to the different options for end of recurrence.
Declaration
public double FontSize { get; set; }
Property Value
System.Double
|
SelectionSymbolColor
Gets or sets the color of the selection symbol within the list of options.
Declaration
public Color SelectionSymbolColor { get; set; }
Property Value
Xamarin.Forms.Color
|
SeparatorColor
Gets or sets the color of the separator located between the different end-recurrence options.
Declaration
public Color SeparatorColor { get; set; }
Property Value
Xamarin.Forms.Color
|
SeparatorThickness
Gets or sets the thickness of the separator located between the different end-recurrence options.
Declaration
public Thickness SeparatorThickness { get; set; }
Property Value
Xamarin.Forms.Thickness
|
SummaryFontSize
Gets or sets the font size of the label that summarizes the chosen option for ending the recurrence.
Declaration
public double SummaryFontSize { get; set; }
Property Value
System.Double
|
SummaryTextColor
Gets or sets the text color of the label that summarizes the chosen option for ending the recurrence.
Declaration
public Color SummaryTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
TextColor
Gets or sets the text color applied to the different options for end of recurrence.
Declaration
public Color TextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
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()