DesignerContentAlignment 枚举

定义

注意

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
继承
DesignerContentAlignment
属性

字段

名称 说明
Left 1

工作流内容与设计器左侧对齐。

Top 2

工作流内容与设计器顶部对齐。

TopLeft 3

工作流内容与设计器左上角对齐。

Right 4

工作流内容与设计器右侧对齐。

TopRight 6

工作流内容与设计器右上角对齐。

Bottom 8

工作流内容与设计器底部对齐。

BottomLeft 9

工作流内容与设计器左下角对齐。

BottomRight 12

工作流内容与设计器右下角对齐。

Center 16

工作流内容与设计器的中心对齐。

CenterLeft 17

工作流内容与设计器的左中对齐。

TopCenter 18

工作流内容与设计器的顶部中心对齐。

CenterRight 20

工作流内容与设计器的中心对齐。

BottomCenter 24

工作流内容与设计器的底部中心对齐。

Fill 32

工作流内容与填充设计器保持一致。

注解

注释

此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的 Deprecated Types。

适用于