DesignerSize Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- Attributes
Fields
Name | Value | Description |
---|---|---|
Small | 0 | The activity designer is small. |
Medium | 1 | The activity designer is medium. |
Large | 2 | The activity designer is large. |
Remarks
Note
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5.