LeftRightAlignment
LeftRightAlignment
LeftRightAlignment
LeftRightAlignment
Enum
Definición
Especifica si un objeto o texto se alinea a la izquierda o a la derecha de un punto de referencia.Specifies whether an object or text is aligned to the left or right of a reference point.
public enum class LeftRightAlignment
[System.Runtime.InteropServices.ComVisible(true)]
public enum LeftRightAlignment
type LeftRightAlignment =
Public Enum LeftRightAlignment
- Herencia
- Atributos
Campos
Left Left Left Left | 0 | El objeto o texto se alinea a la izquierda del punto de referencia.The object or text is aligned to the left of the reference point. |
Right Right Right Right | 1 | El objeto o texto se alinea a la derecha del punto de referencia.The object or text is aligned to the right of the reference point. |
Comentarios
Use los miembros de esta enumeración para establecer los valores de la DropDownAlign y UpDownAlign propiedades.Use the members of this enumeration to set the values of the DropDownAlign and UpDownAlign properties.
Se aplica a
Consulte también:
Comentarios
Nos gustaría conocer su opinión. Elija el tipo que desea proporcionar:
Nuestro sistema de comentarios está basado en los problemas de GitHub. Más información en nuestro blog.
Cargando comentarios...