LeftRightAlignment 列舉

定義

指定物件或文字是否對齊參考點的左邊或右邊。

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
繼承
LeftRightAlignment
屬性

欄位

Left 0

物件或文字靠左對齊參考點。

Right 1

物件或文字靠右對齊參考點。

備註

使用這個列舉的成員來設定 和 UpDownAlign 屬性的值 DropDownAlign

適用於

另請參閱