LeftRightAlignment Výčet

Definice

Určuje, zda je objekt nebo text zarovnaný doleva nebo doprava od referenčního bodu.

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
Dědičnost
LeftRightAlignment
Atributy

Pole

Left 0

Objekt nebo text se zarovnají nalevo od referenčního bodu.

Right 1

Objekt nebo text se zarovnají napravo od referenčního bodu.

Poznámky

Pomocí členů tohoto výčtu nastavte hodnoty DropDownAlign vlastností a UpDownAlign vlastností.

Platí pro

Viz také