Entry Clase
Definición
Control que puede editar una única línea de texto.A control that can edit a single line of text.
[Xamarin.Forms.RenderWith(typeof(Xamarin.Forms.Platform._EntryRenderer))]
public class Entry : Xamarin.Forms.InputView, Xamarin.Forms.IElementConfiguration<Xamarin.Forms.Entry>, Xamarin.Forms.IEntryController, Xamarin.Forms.Internals.IFontElement
type Entry = class
inherit InputView
interface IFontElement
interface IEntryController
interface IElementConfiguration<Entry>
- Herencia
- Atributos
- Implementaciones
Comentarios
Entrada es una entrada de texto de línea única.Entry is a single line text entry. Mejor sirve para recopilar pequeños elementos discretos de información, como los nombres de usuario y contraseñas.It is best used for collecting small discrete pieces of information, like usernames and passwords.
El ejemplo siguiente crea un nuevo conjunto de nombre de usuario y contraseña de las entradas.The following example creates a new username and password set of entries.
View CreateLoginForm ()
{
var usernameEntry = new Entry {Placeholder = "Username"};
var passwordEntry = new Entry {
Placeholder = "Password",
IsPassword = true
};
return new StackLayout {
Children = {
usernameEntry,
passwordEntry
}
};
}
El ejemplo FormsGallery, que puede encontrarse en el
Constructores
Entry() |
Inicializa una nueva instancia de la clase Entry.Initializes a new instance of the Entry class. |
Campos
CursorPositionProperty |
Memoria auxiliar de la propiedad CursorPosition.Backing store for the CursorPosition property. |
FontAttributesProperty |
Memoria auxiliar de la propiedad FontAttributes.Backing store for the FontAttributes property. |
FontFamilyProperty |
Memoria auxiliar de la propiedad FontFamily.Backing store for the FontFamily property. |
FontSizeProperty |
Memoria auxiliar de la propiedad FontSize.Backing store for the FontSize property. |
HorizontalTextAlignmentProperty |
Memoria auxiliar de la propiedad HorizontalTextAlignment.Backing store for the HorizontalTextAlignment property. |
IsPasswordProperty |
Memoria auxiliar de la propiedad IsPassword.Backing store for the IsPassword property. |
IsTextPredictionEnabledProperty |
Memoria auxiliar de la propiedad IsTextPredictionEnabled.Backing store for the IsTextPredictionEnabled property. |
PlaceholderColorProperty |
Memoria auxiliar de la propiedad PlaceholderColor.Backing store for the PlaceholderColor property. |
PlaceholderProperty |
Memoria auxiliar de la propiedad Placeholder.Backing store for the Placeholder property. |
ReturnCommandParameterProperty |
Memoria auxiliar de la propiedad ReturnCommandParameter.Backing store for the ReturnCommandParameter property. |
ReturnCommandProperty |
Memoria auxiliar de la propiedad ReturnCommand.Backing store for the ReturnCommand property. |
ReturnTypeProperty |
Memoria auxiliar de la propiedad ReturnType.Backing store for the ReturnType property. |
SelectionLengthProperty |
Memoria auxiliar de la propiedad SelectionLength.Backing store for the SelectionLength property. |
TextColorProperty |
Memoria auxiliar de la propiedad TextColor.Backing store for the TextColor property. |
TextProperty |
Memoria auxiliar de la propiedad Text.Backing store for the Text property. |
Propiedades
AnchorX |
Obtiene o establece el componente X del punto central de cualquier transformación relativa a los límites del elemento.Gets or sets the X component of the center point for any transform, relative to the bounds of the element. Es una propiedad enlazable.This is a bindable property. (Heredado de VisualElement) |
AnchorY |
Obtiene o establece el componente Y del punto central de cualquier transformación relativa a los límites del elemento.Gets or sets the Y component of the center point for any transform, relative to the bounds of the element. Es una propiedad enlazable.This is a bindable property. (Heredado de VisualElement) |
AutomationId |
Obtiene o establece un valor que permite que el marco de automatización busque este elemento e interactúe con él.Gets or sets a value that allows the automation framework to find and interact with this element. (Heredado de Element) |
BackgroundColor |
Obtiene o establece el color que rellenará el fondo de un VisualElement.Gets or sets the color which will fill the background of a VisualElement. Es una propiedad enlazable.This is a bindable property. (Heredado de VisualElement) |
Batched |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de VisualElement) |
Behaviors |
Obtiene la lista de comportamientos asociados a este elemento.Gets the list of Behavior associated to this element. Esta es una propiedad enlazable.This is a bindable propery. (Heredado de VisualElement) |
BindingContext |
Obtiene o establece el objeto que contiene las propiedades que van a dirigir las propiedades enlazadas que pertenecen a este BindableObject.Gets or sets object that contains the properties that will be targeted by the bound properties that belong to this BindableObject. (Heredado de BindableObject) |
Bounds |
Obtiene los límites del elemento.Gets the bounds of the element. (Heredado de VisualElement) |
class | (Heredado de NavigableElement) |
ClassId |
Obtiene o establece un valor que se usa para identificar una colección de elementos similares semánticamente.Gets or sets a value used to identify a collection of semantically similar elements. (Heredado de Element) |
CursorPosition |
Obtiene o establece la posición del cursor.Gets or sets the position of the cursor. |
DisableLayout |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de VisualElement) |
EffectControlProvider |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de Element) |
Effects |
Lista de los efectos aplicados a este elemento.A list of the effects that are applied to this item. (Heredado de Element) |
FlowDirection |
Obtiene o establece la dirección de flujo del diseño.Gets or sets the layout flow direction. (Heredado de VisualElement) |
FontAttributes |
Obtiene un valor que indica si la fuente del texto del elemento Entry está en negrita, cursiva o ninguna de ellas.Gets a value that indicates whether the font for the Entry element text is bold, italic, or neither. |
FontFamily |
Obtiene la familia de fuente del texto del elemento Entry.Gets the font family for the Entry element text. |
FontSize |
Obtiene el tamaño de la fuente del texto del elemento Entry.Gets the size of the font for the Entry element text. |
GestureController |
Obtiene el controlador de gestos de la vista.Gets the gesture controller for the view. (Heredado de View) |
GestureRecognizers |
Colección de reconocedores de gestos asociados a esta vista.The collection of gesture recognizers associated with this view. (Heredado de View) |
Height |
Obtiene el alto representado actualmente de este elemento.Gets the current rendered height of this element. Esta propiedad enlazable es de solo lectura.This is a read-only bindable property. (Heredado de VisualElement) |
HeightRequest |
Obtiene o establece la invalidación de alto deseado de este elemento.Gets or sets the desired height override of this element. (Heredado de VisualElement) |
HorizontalOptions |
Obtiene o establece el objeto LayoutOptions que define cómo se dispone el elemento dentro de un ciclo de diseño.Gets or sets the LayoutOptions that define how the element gets laid in a layout cycle. Es una propiedad enlazable.This is a bindable property. (Heredado de View) |
HorizontalTextAlignment |
Obtiene o establece la alineación de texto horizontal.Gets or sets the horizontal text alignment. |
Id |
Obtiene un valor que se puede utilizar para identificar de forma única un elemento durante la ejecución de una aplicación.Gets a value that can be used to uniquely identify an element through the run of an application. (Heredado de Element) |
InputTransparent |
Obtiene o establece un valor que indica si este elemento deber involucrarse en el ciclo de interacción del usuario.Gets or sets a value indicating whether this element should be involved in the user interaction cycle. Es una propiedad enlazable.This is a bindable property. (Heredado de VisualElement) |
IsEnabled |
Obtiene o establece un valor que indica si este elemento está habilitado en la interfaz de usuario.Gets or sets a value indicating whether this element is enabled in the user interface. Es una propiedad enlazable.This is a bindable property. (Heredado de VisualElement) |
IsFocused |
Obtiene un valor que indica si este elemento está visible en estos momentos.Gets a value indicating whether this element is focused currently. Es una propiedad enlazable.This is a bindable property. (Heredado de VisualElement) |
IsInNativeLayout |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de VisualElement) |
IsNativeStateConsistent |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de VisualElement) |
IsPassword |
Obtiene o establece un valor que indica si la entrada debe ocultar visualmente el texto escrito.Gets or sets a value that indicates if the entry should visually obscure typed text. |
IsPlatformEnabled |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de VisualElement) |
IsReadOnly | (Heredado de InputView) |
IsSpellCheckEnabled |
Obtiene o establece un valor que controla si la corrección ortográfica está habilitada.Gets or sets a value that controls whether spellchecking is enabled. (Heredado de InputView) |
IsTabStop |
Obtiene o establece un valor que indica si este elemento está incluido en la navegación por tabulación.Gets or sets a value that indicates whether this element is included in tab navigation. Es una propiedad enlazable.This is a bindable property. (Heredado de VisualElement) |
IsTextPredictionEnabled |
Obtiene o establece un valor que controla si la predicción de texto y la corrección de texto automática están activadas o desactivadas.Gets or sets a value that controls whether text prediction and automatic text correction is on or off. |
IsVisible |
Obtiene o establece un valor que determina si estos elementos deben formar parte del árbol visual o no.Gets or sets a value that determines whether this elements should be part of the visual tree or not. Es una propiedad enlazable.This is a bindable property. (Heredado de VisualElement) |
Keyboard |
Obtiene o establece el teclado para InputView.Gets or sets the Keyboard for the InputView. Es una propiedad enlazable.This is a bindable property. (Heredado de InputView) |
LogicalChildren |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de Element) |
Margin |
Obtiene o establece el margen de la vista.Gets or sets the margin for the view. (Heredado de View) |
MaxLength |
Obtiene o establece la longitud máxima permitida de entrada.Gets or sets the maximum allowed length of input. (Heredado de InputView) |
MinimumHeightRequest |
Obtiene o establece un valor que reemplaza la altura mínima que solicitará el elemento durante el diseño.Gets or sets a value which overrides the minimum height the element will request during layout. (Heredado de VisualElement) |
MinimumWidthRequest |
Obtiene o establece un valor que reemplaza el ancho mínimo que solicitará el elemento durante el diseño.Gets or sets a value which overrides the minimum width the element will request during layout. (Heredado de VisualElement) |
Navigation | (Heredado de NavigableElement) |
NavigationProxy | (Heredado de NavigableElement) |
Opacity |
Obtiene o establece el valor de opacidad aplicado al elemento cuando se representa.Gets or sets the opacity value applied to the element when it is rendered. Es una propiedad enlazable.This is a bindable property. (Heredado de VisualElement) |
Parent |
Obtiene o establece el elemento principal del elemento.Gets or sets the parent element of the element. (Heredado de Element) |
ParentView |
Obtiene el elemento que es el antecesor más cercano de este elemento, que es un VisualElement.Gets the element which is the closest ancestor of this element that is a VisualElement. (Heredado de Element) |
Placeholder |
Obtiene o establece el texto de marcador de posición que aparece cuando la entrada Text es nula o está vacía.Gets or sets the placeholder text shown when the entry Text is null or empty. |
PlaceholderColor |
Obtiene o establece el color del texto del marcador de posición.Gets or sets the color of the placeholder text. |
Platform | (Heredado de Element) |
RealParent |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de Element) |
Resources |
Obtiene o establece el diccionario de recursos locales.Gets or sets the local resource dictionary. (Heredado de VisualElement) |
ReturnCommand |
Obtiene o establece el comando que se ejecuta cuando el usuario presiona la tecla de retorno.Gets or sets the command to run when the user presses the return key. |
ReturnCommandParameter |
Obtiene o establece el parámetro de ReturnCommand.Gets or sets the parameter for the ReturnCommand. |
ReturnType |
Obtiene o establece un valor de enumeración que controla el aspecto del botón para volver.Gets or sets an enumeration value that controls the appearance of the return button. |
Rotation |
Obtiene o establece la rotación sobre el eje Z (rotación afín) cuando se representa el elemento.Gets or sets the rotation about the Z-axis (affine rotation) when the element is rendered. (Heredado de VisualElement) |
RotationX |
Obtiene o establece la rotación sobre el eje X (rotación de perspectiva) cuando se representa el elemento.Gets or sets the rotation about the X-axis (perspective rotation) when the element is rendered. (Heredado de VisualElement) |
RotationY |
Obtiene o establece la rotación sobre el eje Y (rotación de perspectiva) cuando se representa el elemento.Gets or sets the rotation about the Y-axis (perspective rotation) when the element is rendered. (Heredado de VisualElement) |
Scale |
Obtiene o establece el factor de escala aplicado al elemento.Gets or sets the scale factor applied to the element. (Heredado de VisualElement) |
ScaleX |
Obtiene o establece un valor de escala que se aplicará a la dirección del eje X.Gets or sets a scale value to apply to the X direction. (Heredado de VisualElement) |
ScaleY |
Obtiene o establece un valor de escala que se aplicará a la dirección del eje Y.Gets or sets a scale value to apply to the Y direction. (Heredado de VisualElement) |
SelectionLength |
Obtiene la longitud de la selección.Gets the length of the selection. |
Style | (Heredado de NavigableElement) |
StyleClass | (Heredado de NavigableElement) |
StyleId |
Obtiene o establece un valor definido por el usuario que identifica de forma única el elemento.Gets or sets a user defined value to uniquely identify the element. (Heredado de Element) |
TabIndex | (Heredado de VisualElement) |
Text |
Obtiene o establece el texto de la entrada.Gets or sets the text of the entry. |
TextColor |
Obtiene o establece el Color del texto de la entrada.Gets or sets the Color for the text of the Entry. |
TranslationX |
Obtiene o establece el delta de traslación X del elemento.Gets or sets the X translation delta of the element. (Heredado de VisualElement) |
TranslationY |
Obtiene o establece el delta de traslación Y del elemento.Gets or sets the Y translation delta of the element. (Heredado de VisualElement) |
Triggers |
Obtiene la lista de desencadenadores asociados a este elemento.Gets the list of Trigger associated to this element. Es una propiedad enlazable.This is a bindable property. (Heredado de VisualElement) |
VerticalOptions |
Obtiene o establece el objeto LayoutOptions que define cómo se dispone el elemento dentro de un ciclo de diseño.Gets or sets the LayoutOptions that define how the element gets laid in a layout cycle. Es una propiedad enlazable.This is a bindable property. (Heredado de View) |
Visual | (Heredado de VisualElement) |
Width |
Obtiene el ancho representado actualmente de este elemento.Gets the current rendered width of this element. Esta propiedad enlazable es de solo lectura.This is a read-only bindable property. (Heredado de VisualElement) |
WidthRequest |
Obtiene o establece la invalidación de ancho deseado de este elemento.Gets or sets the desired width override of this element. (Heredado de VisualElement) |
X |
Obtiene la posición X actual de este elemento.Gets the current X position of this element. Esta propiedad enlazable es de solo lectura.This is a read-only bindable property. (Heredado de VisualElement) |
Y |
Obtiene la posición Y actual de este elemento.Gets the current Y position of this element. Esta propiedad enlazable es de solo lectura.This is a read-only bindable property. (Heredado de VisualElement) |
Métodos
ApplyBindings() |
Aplica los enlaces a BindingContext.Apply the bindings to BindingContext. (Heredado de BindableObject) |
BatchBegin() |
Señala el inicio de un lote de cambios en las propiedades de elementos.Signals the start of a batch of changes to the elements properties. (Heredado de VisualElement) |
BatchCommit() |
Señala el final de un lote de comandos para el elemento y que esos comandos ahora deberían estar confirmados.Signals the end of a batch of commands to the element and that those commands should now be committed. (Heredado de VisualElement) |
ChangeVisualState() |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de VisualElement) |
ClearValue(BindableProperty) |
Borra cualquier valor establecido por SetValue para |
ClearValue(BindablePropertyKey) |
Borra cualquier valor establecido por SetValue para la propiedad que |
Descendants() |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de Element) |
EffectIsAttached(String) |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de Element) |
FindByName(String) |
Recupera el elemento que tiene el nombre especificado.Returns the element that has the specified name. (Heredado de Element) |
Focus() |
Intenta establecer el foco en este elemento.Attemps to set focus to this element. (Heredado de VisualElement) |
GetChildElements(Point) |
Devuelve los elementos secundarios que están visualmente bajo el |
GetSizeRequest(Double, Double) |
Devuelve la SizeRequest del elemento.Returns the SizeRequest of the element. Al llamar a este método empieza el paso de medida de un ciclo de diseño.Calling this method begins the measure pass of a layout cycle. (Heredado de VisualElement) |
GetValue(BindableProperty) |
Devuelve el valor contenido en la propiedad BindableProperty.Returns the value that is contained in the BindableProperty. (Heredado de BindableObject) |
GetValues(BindableProperty, BindableProperty) |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de BindableObject) |
GetValues(BindableProperty, BindableProperty, BindableProperty) |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de BindableObject) |
InvalidateMeasure() |
Método que se llama para invalidar el diseño de este VisualElement.Method that is called to invalidate the layout of this VisualElement. Genera el evento MeasureInvalidated.Raises the MeasureInvalidated event. (Heredado de VisualElement) |
InvalidateMeasureNonVirtual(InvalidationTrigger) |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de VisualElement) |
IsSet(BindableProperty) |
Devuelve |
Layout(Rectangle) |
Actualiza los límites del elemento durante el ciclo de diseño.Updates the bounds of the element during the layout cycle. (Heredado de VisualElement) |
Measure(Double, Double, MeasureFlags) |
Devuelve el tamaño mínimo que un elemento visual necesita para mostrarse en el dispositivo.Returns the minimum size that a visual element needs in order to be displayed on the device. (Heredado de VisualElement) |
NativeSizeChanged() |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de VisualElement) |
On<T>() |
Devuelve la instancia específica de la plataforma de esta clase Entry, en la que se puede llamar a un método específico de la plataforma.Returns the platform-specific instance of this Entry, on which a platform-specific method may be called. |
OnBindingContextChanged() |
Se invoca siempre que cambia el contexto de enlace de View.Invoked whenever the binding context of the View changes. Invalide este método a fin de agregar el control de clases para este evento.Override this method to add class handling for this event. (Heredado de View) |
OnChildAdded(Element) |
Los desarrolladores de aplicaciones pueden invalidar este método para responder cuando se agrega un elemento secundario.Application developers can override this method to respond when a child is added. (Heredado de VisualElement) |
OnChildRemoved(Element) |
Los desarrolladores de aplicaciones pueden invalidar este método para responder cuando se quita un elemento secundario.Application developers can override this method to respond when a child is removed. (Heredado de VisualElement) |
OnChildrenReordered() |
Se invoca siempre que el evento ChildrenReordered está a punto de ser emitido.Invoked whenever the ChildrenReordered event is about to be emitted. Implemente este método a fin de agregar el control de clases para este evento.Implement this method to add class handling for this event. (Heredado de VisualElement) |
OnMeasure(Double, Double) |
Método que se llama cuando se produce una medición del diseño.Method that is called when a layout measurement happens. (Heredado de VisualElement) |
OnParentSet() | (Heredado de NavigableElement) |
OnPropertyChanged(String) |
Método al que se llama cuando una propiedad enlazada cambia.Method that is called when a bound property is changed. (Heredado de Element) |
OnPropertyChanging(String) |
Llama a este método desde una clase secundaria para notificar que se va a producir un cambio en una propiedad.Call this method from a child class to notify that a change is going to happen on a property. (Heredado de BindableObject) |
OnSizeAllocated(Double, Double) |
Este método se llama cuando se establece el tamaño del elemento durante un ciclo de diseño.This method is called when the size of the element is set during a layout cycle. Este método se llama justo antes de que se produzca el evento SizeChanged.This method is called directly before the SizeChanged event is emitted. Implemente este método a fin de agregar el control de clases para este evento.Implement this method to add class handling for this event. (Heredado de VisualElement) |
OnSizeRequest(Double, Double) |
Se llama a este método durante el paso de medida de un ciclo de diseño para obtener el tamaño deseado de un elemento.This method is called during the measure pass of a layout cycle to get the desired size of an element. (Heredado de VisualElement) |
OnTabIndexPropertyChanged(Int32, Int32) | (Heredado de VisualElement) |
OnTabStopPropertyChanged(Boolean, Boolean) | (Heredado de VisualElement) |
RemoveBinding(BindableProperty) |
Quita un enlace definida previamente.Removes a previously set binding. (Heredado de BindableObject) |
RemoveDynamicResource(BindableProperty) |
Quita un recurso dinámico definido previamente.Removes a previously set dynamic resource (Heredado de Element) |
SendCompleted() |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. |
SetBinding(BindableProperty, BindingBase) |
Asigna un enlace a una propiedad.Assigns a binding to a property. (Heredado de BindableObject) |
SetDynamicResource(BindableProperty, String) |
Establece que la propiedad BindableProperty de este elemento se actualice a través del DynamicResource con la clave proporcionada.Sets the BindableProperty property of this element to be updated via the DynamicResource with the provided key. (Heredado de Element) |
SetValue(BindableProperty, Object) |
Establece el valor de la propiedad especificada.Sets the value of the specified property. (Heredado de BindableObject) |
SetValue(BindablePropertyKey, Object) |
Establece el valor de la propiedad propertyKey.Sets the value of the propertyKey. (Heredado de BindableObject) |
SetValueCore(BindableProperty, Object, SetValueFlags) |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de BindableObject) |
SetValueFromRenderer(BindableProperty, Object) |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de Element) |
SetValueFromRenderer(BindablePropertyKey, Object) |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de Element) |
SizeAllocated(Double, Double) |
Se llama a SizeAllocated durante un ciclo de diseño para indicar el inicio de un diseño de árbol secundario.SizeAllocated is called during a layout cycle to signal the start of a sub-tree layout. (Heredado de VisualElement) |
TabIndexDefaultValueCreator() | (Heredado de VisualElement) |
TabStopDefaultValueCreator() | (Heredado de VisualElement) |
UnapplyBindings() |
Deshace todos los enlaces establecidos previamente.Unapplies all previously set bindings. (Heredado de BindableObject) |
Unfocus() |
Anula el foco en este elemento.Unsets focus to this element. (Heredado de VisualElement) |
Eventos
BatchCommitted |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de VisualElement) |
BindingContextChanged |
Se produce siempre que cambia la propiedad BindingContext.Raised whenever the BindingContext property changes. (Heredado de BindableObject) |
ChildAdded |
Se produce cada vez que se agrega un elemento secundario al elemento.Occurs whenever a child element is added to the element. (Heredado de Element) |
ChildRemoved |
Se produce cada vez que se quita un elemento secundario del elemento.Occurs whenever a child element is removed from the element. (Heredado de Element) |
ChildrenReordered |
Se produce cuando se han vuelto a ordenar los elementos secundarios de un VisualElement.Occurs when the Children of a VisualElement have been re-ordered. (Heredado de VisualElement) |
Completed |
Se produce cuando el usuario finaliza el texto de una entrada con la tecla para volver.Occurs when the user finalizes the text in an entry with the return key. |
DescendantAdded |
Se produce cada vez que se agrega un elemento secundario al subárbol de elementos.Occurs whenever a child element is added to the elements subtree. (Heredado de Element) |
DescendantRemoved |
Se produce cada vez que se quita un elemento secundario del subárbol de elementos.Occurs whenever a child element is removed from the elements subtree. (Heredado de Element) |
FocusChangeRequested |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de VisualElement) |
Focused |
Se produce cuando el elemento recibe el foco.Occurs when the element receives focus. (Heredado de VisualElement) |
MeasureInvalidated |
Evento que se provoca cuando se invalida el diseño de un elemento visual.Event that is raised when the layout of a visual element is invalidated. (Heredado de VisualElement) |
PlatformSet | (Heredado de Element) |
PropertyChanged |
Se produce cuando ha cambiado una propiedad.Raised when a property has changed. (Heredado de BindableObject) |
PropertyChanging |
Se produce cuando una propiedad está a punto de cambiar.Raised when a property is about to change. (Heredado de BindableObject) |
SizeChanged |
Se produce cuando las propiedades Width o Height cambian el valor en este elemento.Occurs when either the Width or the Height properties change value on this element. (Heredado de VisualElement) |
TextChanged |
Evento que se genera cuando el texto de este elemento Entry cambia.Event that is raised when the text in this Entry element is changed. |
Unfocused |
Se produce cuando el elemento pierde el foco.Occurs when the element loses focus. (Heredado de VisualElement) |
Implementaciones de interfaz explícitas
IDynamicResourceHandler.SetDynamicResource(BindableProperty, String) |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de BindableObject) |
IElementController.SetValueFromRenderer(BindableProperty, Object) |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de Element) |
IFontElement.FontSizeDefaultValueCreator() |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. |
IFontElement.OnFontAttributesChanged(FontAttributes, FontAttributes) |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. |
IFontElement.OnFontChanged(Font, Font) |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. |
IFontElement.OnFontFamilyChanged(String, String) |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. |
IFontElement.OnFontSizeChanged(Double, Double) |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. |
IGestureController.CompositeGestureRecognizers |
Para uso interno de la plataforma de Xamarin.Forms.For internal use by the Xamarin.Forms platform. (Heredado de View) |
INameScope.RegisterName(String, Object) |
Sólo para uso interno.For internal use only. (Heredado de Element) |
IVisualElementController.EffectiveFlowDirection |
Obtiene la dirección de flujo visual efectiva para el elemento en la plataforma, teniendo en cuenta la configuración regional y del flujo lógico.Gets the effective visual flow direction for the element on the platform, taking into account the locale and logical flow settings. (Heredado de VisualElement) |
IVisualElementController.InvalidateMeasure(InvalidationTrigger) |
Este método es para uso interno.This method is for internal use. (Heredado de VisualElement) |
Métodos de extensión
AbortAnimation(IAnimatable, String) |
Detiene la animación.Stops the animation. |
Animate(IAnimatable, String, Action<Double>, Double, Double, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>) |
Establece los parámetros especificados e inicia la animación.Sets the specified parameters and starts the animation. |
Animate(IAnimatable, String, Action<Double>, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>) |
Establece los parámetros especificados e inicia la animación.Sets the specified parameters and starts the animation. |
Animate(IAnimatable, String, Animation, UInt32, UInt32, Easing, Action<Double,Boolean>, Func<Boolean>) |
Establece los parámetros especificados e inicia la animación.Sets the specified parameters and starts the animation. |
Animate<T>(IAnimatable, String, Func<Double,T>, Action<T>, UInt32, UInt32, Easing, Action<T,Boolean>, Func<Boolean>) |
Establece los parámetros especificados e inicia la animación.Sets the specified parameters and starts the animation. |
AnimateKinetic(IAnimatable, String, Func<Double,Double,Boolean>, Double, Double, Action) |
Establece los parámetros especificados e inicia la animación cinética.Sets the specified parameters and starts the kinetic animation. |
AnimationIsRunning(IAnimatable, String) |
Devuelve un valor booleano que indica si la animación que ha especificado |
SetBinding(BindableObject, BindableProperty, String, BindingMode, IValueConverter, String) |
Crea y aplica un enlace a una propiedad.Creates and applies a binding to a property. |
SetBinding<TSource>(BindableObject, BindableProperty, Expression<Func<TSource,Object>>, BindingMode, IValueConverter, String) |
Crea y aplica un enlace desde una expresión.Creates and applies a binding from an expression. |
FindByName<T>(Element, String) |
Devuelve la instancia del tipo |
FindNextElement(ITabStopElement, Boolean, IDictionary<Int32,List<ITabStopElement>>, Int32) | |
GetSortedTabIndexesOnParentPage(VisualElement, Int32) | |
GetTabIndexesOnParentPage(ITabStopElement, Int32, Boolean) | |
FadeTo(VisualElement, Double, UInt32, Easing) |
Devuelve una tarea que realiza la atenuación que describen los parámetros |
LayoutTo(VisualElement, Rectangle, UInt32, Easing) |
Devuelve una tarea que disminuye los límites del VisualElement especificado por la |
RelRotateTo(VisualElement, Double, UInt32, Easing) |
Gira el VisualElement especificado por |
RelScaleTo(VisualElement, Double, UInt32, Easing) |
Devuelve una tarea que escala el VisualElement especificado por |
RotateTo(VisualElement, Double, UInt32, Easing) |
Devuelve una tarea que realiza la rotación que describen los parámetros |
RotateXTo(VisualElement, Double, UInt32, Easing) |
Devuelve una tarea que sesga el eje Y por |
RotateYTo(VisualElement, Double, UInt32, Easing) |
Devuelve una tarea que sesga el eje X por |
ScaleTo(VisualElement, Double, UInt32, Easing) |
Devuelve una tarea que escala el VisualElement especificado por |
TranslateTo(VisualElement, Double, Double, UInt32, Easing) |
Anima las propiedades TranslationX y TranslationY de un elemento de sus valores actuales a los nuevos.Animates an elements TranslationX and TranslationY properties from their current values to the new values. Esto garantiza que el diseño de entrada está en la misma posición que el diseño visual.This ensures that the input layout is in the same position as the visual layout. |
HasVisualStateGroups(VisualElement) |
Devuelve |