Class ColorPickerView
Inherited Members
Namespace: Telerik.XamarinForms.Input
Assembly: Telerik.XamarinForms.Input.dll
Syntax
public class ColorPickerView : RadContentView
Constructors
ColorPickerView()
Declaration
public ColorPickerView()
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
|
SeparatorColorProperty
Identifies the SeparatorColor property.
Declaration
public static readonly BindableProperty SeparatorColorProperty
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 Cancel 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 Cancel 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
|
SeparatorColor
Gets or sets the color of the separator between the different color options.
Declaration
public Color SeparatorColor { 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()