LeftRightAlignment 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定物件或文字是否對齊參考點的左邊或右邊。
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
- 繼承
- 屬性
欄位
Left | 0 | 物件或文字靠左對齊參考點。 |
Right | 1 | 物件或文字靠右對齊參考點。 |
備註
使用這個列舉的成員來設定 和 UpDownAlign 屬性的值 DropDownAlign 。