一个枚举,它定义装饰器相对于设计图面上的元素的垂直对齐方式。
命名空间: 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 | 装饰器在外部与底部对齐。 |