LeftRightAlignment 列挙型

定義

オブジェクトまたはテキストを参照ポイントの左または右に配置するかどうかを指定します。

public enum class LeftRightAlignment
[System.Runtime.InteropServices.ComVisible(true)]
public enum LeftRightAlignment
[<System.Runtime.InteropServices.ComVisible(true)>]
type LeftRightAlignment = 
Public Enum LeftRightAlignment
継承
LeftRightAlignment
属性

フィールド

名前 説明
Left 0

オブジェクトまたはテキストは、参照ポイントの左側に配置されます。

Right 1

オブジェクトまたはテキストは、参照ポイントの右側に配置されます。

注釈

この列挙体のメンバーを使用して、 DropDownAlign プロパティと UpDownAlign プロパティの値を設定します。

適用対象

こちらもご覧ください