Class EditorField
public class EditorField : 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
-
EditorField
- Implements
- Inherited Members
- Extension Methods
Constructors
EditorField()
public EditorField()
Fields
CharacterSpacingProperty
public static readonly BindableProperty CharacterSpacingProperty
Field Value
CursorPositionProperty
public static readonly BindableProperty CursorPositionProperty
Field Value
FontFamilyProperty
public static readonly BindableProperty FontFamilyProperty
Field Value
IsReadOnlyProperty
public static readonly BindableProperty IsReadOnlyProperty
Field Value
IsSpellCheckEnabledProperty
public static readonly BindableProperty IsSpellCheckEnabledProperty
Field Value
IsTextPredictionEnabledProperty
public static readonly BindableProperty IsTextPredictionEnabledProperty
Field Value
KeyboardProperty
public static readonly BindableProperty KeyboardProperty
Field Value
MaxLengthProperty
public static readonly BindableProperty MaxLengthProperty
Field Value
SelectionLengthProperty
public static readonly BindableProperty SelectionLengthProperty
Field Value
TextColorProperty
public static readonly BindableProperty TextColorProperty
Field Value
TextProperty
public static readonly BindableProperty TextProperty
Field Value
Properties
CharacterSpacing
public double CharacterSpacing { get; set; }
Property Value
Content
public override View Content { get; set; }
Property Value
CursorPosition
public int CursorPosition { get; set; }
Property Value
EditorView
public EditorView EditorView { get; }
Property Value
FontFamily
public string FontFamily { get; set; }
Property Value
HasValue
public override bool HasValue { get; }
Property Value
IsReadOnly
public bool IsReadOnly { get; set; }
Property Value
IsSpellCheckEnabled
public bool IsSpellCheckEnabled { get; set; }
Property Value
IsTextPredictionEnabled
public bool IsTextPredictionEnabled { get; set; }
Property Value
Keyboard
[TypeConverter(typeof(KeyboardTypeConverter))]
public Keyboard Keyboard { get; set; }
Property Value
MaxLength
public int MaxLength { get; set; }
Property Value
SelectionLength
public int SelectionLength { get; set; }
Property Value
Text
public string Text { get; set; }
Property Value
TextColor
public Color TextColor { get; set; }
Property Value
Methods
GetValueForValidator()
protected override object GetValueForValidator()
Returns
OnHandlerChanged()
When overridden in a derived class, should raise the HandlerChanged event.
protected override void OnHandlerChanged()
Remarks
It is the implementor's responsibility to raise the HandlerChanged event.
ResetValidation()
public override void ResetValidation()
Events
Completed
public event EventHandler Completed
Event Type
TextChanged
public event EventHandler<TextChangedEventArgs> TextChanged