DesignerContentAlignment 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
指定工作流内容在工作流设计器中的对齐位置。
public enum class DesignerContentAlignment
public enum DesignerContentAlignment
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public enum DesignerContentAlignment
type DesignerContentAlignment =
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type DesignerContentAlignment =
Public Enum DesignerContentAlignment
- 继承
- 属性
字段
| 名称 | 值 | 说明 |
|---|---|---|
| Bottom | 8 | 工作流内容与设计器的底部对齐。 |
| BottomCenter | 24 | 工作流内容与设计器的底部中心对齐。 |
| BottomLeft | 9 | 工作流内容与设计器的底部左侧对齐。 |
| BottomRight | 12 | 工作流内容与设计器的底部右侧对齐。 |
| Center | 16 | 工作流内容与设计器的中心对齐。 |
| CenterLeft | 17 | 工作流内容与设计器的中部左侧对齐。 |
| CenterRight | 20 | 工作流内容与设计器的中部右侧对齐。 |
| Fill | 32 | 工作流内容与设计器的填充对齐。 |
| Left | 1 | 工作流内容与设计器的左侧对齐。 |
| Right | 4 | 工作流内容与设计器的右侧对齐。 |
| Top | 2 | 工作流内容与设计器的顶部对齐。 |
| TopCenter | 18 | 工作流内容与设计器的顶部中心对齐。 |
| TopLeft | 3 | 工作流内容与设计器的顶部左侧对齐。 |
| TopRight | 6 | 工作流内容与设计器的顶部右侧对齐。 |
注解
注意
本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。