デザイン サーフェイス上の要素に対する装飾の水平方向の配置を定義する列挙体です。
名前空間: Microsoft.Windows.Design.Interaction
アセンブリ: Microsoft.Windows.Design.Interaction (Microsoft.Windows.Design.Interaction.dll 内)
構文
'宣言
Public Enumeration AdornerHorizontalAlignment
public enum AdornerHorizontalAlignment
public enum class AdornerHorizontalAlignment
type AdornerHorizontalAlignment
public enum AdornerHorizontalAlignment
メンバー
メンバー名 | 説明 | |
---|---|---|
Left | 装飾が左揃えで配置されます。 | |
Center | 装飾が中央揃えで配置されます。 | |
Right | 装飾が右揃えで配置されます。 | |
Stretch | 装飾が引き伸ばされます。 | |
OutsideLeft | 装飾が外側の左揃えで配置されます。 | |
OutsideRight | 装飾が外側の右揃えで配置されます。 |