DecoratorPartOptions Enumeration
See Also 
SourceCode.Workflow.Design Namespace : DecoratorPartOptions Enumeration



Glossary Item Box

Options for list type

Syntax

Visual Basic (Declaration) 
Public Enum DecoratorPartOptions 
   Inherits System.Enum
Visual Basic (Usage)Copy Code
Dim instance As DecoratorPartOptions
C# 
public enum DecoratorPartOptions : System.Enum 
C++/CLI 
public enum class DecoratorPartOptions : public System.Enum 

Members

MemberDescription
BulletedList Bulleted
FlattenList FlattenList
NumberedList Numbered
SimpleList Simple
XmlDecode XmlDecode
XmlEncode XmlEncode
XmlList XmlList

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         SourceCode.Workflow.Design.DecoratorPartOptions

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also