AdornerVerticalAlignment 列舉型別
列舉,它會定義裝飾項相對於設計介面上之項目的垂直對齊方式。
命名空間: Microsoft.Windows.Design.Interaction
組件: Microsoft.Windows.Design.Interaction (在 Microsoft.Windows.Design.Interaction.dll 中)
語法
'宣告
Public Enumeration AdornerVerticalAlignment
public enum AdornerVerticalAlignment
public enum class AdornerVerticalAlignment
type AdornerVerticalAlignment
public enum AdornerVerticalAlignment
成員
成員名稱 | 說明 | |
---|---|---|
Top | 裝飾項靠上對齊。 | |
Center | 裝飾項置中。 | |
Bottom | 裝飾項靠下對齊。 | |
Stretch | 裝飾項自動縮放。 | |
OutsideTop | 裝飾項在外部靠上對齊。 | |
OutsideBottom | 裝飾項在外部靠下對齊。 |