Class TimePickerField
[ContentProperty("Validations")]
public class TimePickerField : InputField, IEffectControlProvider, IToolTipElement, IContextFlyoutElement, IAnimatable, IViewController, IVisualElementController, IElementController, IGestureController, IGestureRecognizers, IPropertyMapperView, IHotReloadableView, IReplaceableView, ILayout, ILayoutController, IVisualTreeElement, IContentView, IView, IElement, ITransform, IPadding, ICrossPlatformLayout, IValidatable, INotifyPropertyChanged
- Inheritance
-
TimePickerField
- Implements
- Inherited Members
- Extension Methods
Constructors
TimePickerField()
public TimePickerField()
Fields
AllowClearProperty
public static BindableProperty AllowClearProperty
Field Value
CharacterSpacingProperty
public static readonly BindableProperty CharacterSpacingProperty
Field Value
FontAttributesProperty
public static readonly BindableProperty FontAttributesProperty
Field Value
FontAutoScalingEnabledProperty
public static readonly BindableProperty FontAutoScalingEnabledProperty
Field Value
FontFamilyProperty
public static readonly BindableProperty FontFamilyProperty
Field Value
FontSizeProperty
public static readonly BindableProperty FontSizeProperty
Field Value
FormatProperty
public static readonly BindableProperty FormatProperty
Field Value
TextColorProperty
public static readonly BindableProperty TextColorProperty
Field Value
TimeProperty
public static readonly BindableProperty TimeProperty
Field Value
iconClear
protected StatefulContentView iconClear
Field Value
Properties
AllowClear
public bool AllowClear { get; set; }
Property Value
CharacterSpacing
public double CharacterSpacing { get; set; }
Property Value
Content
public override View Content { get; set; }
Property Value
FontAttributes
public FontAttributes FontAttributes { get; set; }
Property Value
FontAutoScalingEnabled
public bool FontAutoScalingEnabled { get; set; }
Property Value
FontFamily
public string FontFamily { get; set; }
Property Value
FontSize
[TypeConverter(typeof(FontSizeConverter))]
public double FontSize { get; set; }
Property Value
Format
public string Format { get; set; }
Property Value
HasValue
public override bool HasValue { get; }
Property Value
TextColor
public Color TextColor { get; set; }
Property Value
Time
public TimeSpan? Time { get; set; }
Property Value
TimePickerView
public TimePickerView TimePickerView { get; }
Property Value
Methods
GetValueForValidator()
protected override object GetValueForValidator()
Returns
OnAllowClearChanged()
protected virtual void OnAllowClearChanged()
OnClearTapped(object)
protected virtual void OnClearTapped(object parameter)
Parameters
parameter
object
OnIconChanged()
protected override void OnIconChanged()
OnTimeChanged()
protected virtual void OnTimeChanged()
ResetValidation()
public override void ResetValidation()
UpdateClearIconState()
protected virtual void UpdateClearIconState()