共用方式為


AdornerHorizontalAlignment 列舉型別

列舉,它會定義裝飾項相對於設計介面上之項目的水平對齊方式。

命名空間:  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 裝飾項在外部靠右對齊。

請參閱

參考

Microsoft.Windows.Design.Interaction 命名空間