LeftRightAlignment Перечисление
Определение
Указывает способ выравнивания объекта или текста по отношению к контрольной точке – влево или вправо.Specifies whether an object or text is aligned to the left or right of a reference point.
public enum class LeftRightAlignment
public enum LeftRightAlignment
[System.Runtime.InteropServices.ComVisible(true)]
public enum LeftRightAlignment
type LeftRightAlignment =
[<System.Runtime.InteropServices.ComVisible(true)>]
type LeftRightAlignment =
Public Enum LeftRightAlignment
- Наследование
- Атрибуты
Поля
Left | 0 | Объект или текст выравнивается влево от контрольной точки.The object or text is aligned to the left of the reference point. |
Right | 1 | Объект или текст выравнивается вправо от контрольной точки.The object or text is aligned to the right of the reference point. |
Комментарии
Используйте члены этого перечисления для задания значений DropDownAlign UpDownAlign свойств и.Use the members of this enumeration to set the values of the DropDownAlign and UpDownAlign properties.