DesignerSize 枚举

定义

注意

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

指定主题类在工作流设计图面上呈现时用于控制 ActivityDesigner 类大小的大小设置。

public enum class DesignerSize
public enum DesignerSize
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum DesignerSize
type DesignerSize = 
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type DesignerSize = 
Public Enum DesignerSize
继承
DesignerSize
属性

字段

名称 说明
Small 0

活动设计器很小。

Medium 1

活动设计器为中等。

Large 2

活动设计器很大。

注解

注释

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

适用于