LeftRightAlignment Wyliczenie

Definicja

Określa, czy obiekt lub tekst jest wyrównany do lewej lub prawej strony punktu odniesienia.

public enum class LeftRightAlignment
[System.Runtime.InteropServices.ComVisible(true)]
public enum LeftRightAlignment
public enum LeftRightAlignment
[<System.Runtime.InteropServices.ComVisible(true)>]
type LeftRightAlignment = 
type LeftRightAlignment = 
Public Enum LeftRightAlignment
Dziedziczenie
LeftRightAlignment
Atrybuty

Pola

Left 0

Obiekt lub tekst jest wyrównany do lewej strony punktu odniesienia.

Right 1

Obiekt lub tekst jest wyrównany do prawej strony punktu odniesienia.

Uwagi

Użyj elementów członkowskich tego wyliczenia, aby ustawić wartości DropDownAlign właściwości i UpDownAlign .

Dotyczy

Zobacz też