LeftRightAlignment Enumeración
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 | 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 | 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 DropDownAlign las UpDownAlign propiedades y.Use the members of this enumeration to set the values of the DropDownAlign and UpDownAlign properties.