DesignerContentAlignment 枚举
定义
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
指定工作流内容在工作流设计器中的对齐位置。Specifies where in the workflow designer that workflow content is aligned.
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 | 工作流内容与设计器的底部对齐。Workflow content is aligned to the bottom of the designer. |
| BottomCenter | 24 | 工作流内容与设计器的底部中心对齐。Workflow content is aligned to the bottom center of the designer. |
| BottomLeft | 9 | 工作流内容与设计器的底部左侧对齐。Workflow content is aligned to the bottom left of the designer. |
| BottomRight | 12 | 工作流内容与设计器的底部右侧对齐。Workflow content is aligned to the bottom right of the designer. |
| Center | 16 | 工作流内容与设计器的中心对齐。Workflow content is aligned to the center of the designer. |
| CenterLeft | 17 | 工作流内容与设计器的中部左侧对齐。Workflow content is aligned to the center left of the designer. |
| CenterRight | 20 | 工作流内容与设计器的中部右侧对齐。Workflow content is aligned to the center right of the designer. |
| Fill | 32 | 工作流内容与设计器的填充对齐。Workflow content is aligned to fill the designer. |
| Left | 1 | 工作流内容与设计器的左侧对齐。Workflow content is aligned to the left side of the designer. |
| Right | 4 | 工作流内容与设计器的右侧对齐。Workflow content is aligned to the right side of the designer. |
| Top | 2 | 工作流内容与设计器的顶部对齐。Workflow content is aligned to the top of the designer. |
| TopCenter | 18 | 工作流内容与设计器的顶部中心对齐。Workflow content is aligned to the top center of the designer. |
| TopLeft | 3 | 工作流内容与设计器的顶部左侧对齐。Workflow content is aligned to the top left of the designer. |
| TopRight | 6 | 工作流内容与设计器的顶部右侧对齐。Workflow content is aligned to the top right of the designer. |
注解
备注
本材料讨论的类型和命名空间已废弃不用。This material discusses types and namespaces that are obsolete. 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型。For more information, see Deprecated Types in Windows Workflow Foundation 4.5.