DesignerSize Enum

Definition

Caution

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

Specifies the size settings that theme classes use to control the size of ActivityDesigner classes when they are rendered on a workflow design surface.

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
Inheritance
DesignerSize
Attributes

Fields

Large 2

The activity designer is large.

Medium 1

The activity designer is medium.

Small 0

The activity designer is small.

Remarks

Note

This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.

Applies to