Class CustomRecurrenceView
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class CustomRecurrenceView : RadContentView
Constructors
CustomRecurrenceView()
Declaration
public CustomRecurrenceView()
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
|
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
|
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
|
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
|
DetailsFontSize
Gets or sets the font size of the label that summarizes the custom recurrence.
Declaration
public double DetailsFontSize { get; set; }
Property Value
System.Double
|
DetailsTextColor
Gets or sets the text color of the label that summarizes the custom recurrence.
Declaration
public Color DetailsTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
SeparatorColor
Gets or sets the color of the separator located between the different recurrence pickers.
Declaration
public Color SeparatorColor { get; set; }
Property Value
Xamarin.Forms.Color
|
SeparatorThickness
Gets or sets the thickness of the separator located between the different recurrence pickers.
Declaration
public Thickness SeparatorThickness { get; set; }
Property Value
Xamarin.Forms.Thickness
|
TextColor
Gets or sets the text color applied to the elements within the editor rows of the 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()