Class RecurrencePeriodView
Inheritance
System.Object
RecurrencePeriodView
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class RecurrencePeriodView : ContentView
Constructors
RecurrencePeriodView()
Declaration
public RecurrencePeriodView()
Fields
SelectedBackgroundColorProperty
Declaration
public static readonly BindableProperty SelectedBackgroundColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
SelectedTextColorProperty
Declaration
public static readonly BindableProperty SelectedTextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextColorProperty
Declaration
public static readonly BindableProperty TextColorProperty
Field Value
Xamarin.Forms.BindableProperty
|
TextProperty
Declaration
public static readonly BindableProperty TextProperty
Field Value
Xamarin.Forms.BindableProperty
|
Properties
Associate
Declaration
public string Associate { get; set; }
Property Value
System.String
|
IsCircle
Declaration
public bool IsCircle { get; set; }
Property Value
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
SelectedBackgroundColor
Declaration
public Color SelectedBackgroundColor { get; set; }
Property Value
Xamarin.Forms.Color
|
SelectedTextColor
Declaration
public Color SelectedTextColor { get; set; }
Property Value
Xamarin.Forms.Color
|
Text
Declaration
public string Text { get; set; }
Property Value
System.String
|
TextColor
Declaration
public Color TextColor { get; set; }
Property Value
Xamarin.Forms.Color
|