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 中即將淘汰的類型。