This documentation is archived and is not being maintained.
WorkflowTheme Class
Visual Studio 2010
Provides the look and feel property settings to a workflow in design-time environment.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The WorkflowTheme type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | AmbientTheme | Gets the AmbientTheme associated with the WorkflowTheme. |
![]() | ContainingFileDirectory | Gets the directory part of the FilePath. |
![]() ![]() | CurrentTheme | Gets or sets the current theme. |
![]() | Description | Gets or sets the description of the theme. |
![]() | DesignerThemes | Gets a list of designer themes associated with the workflow. |
![]() ![]() | EnableChangeNotification | Sets or gets the state of change notification. |
![]() | FilePath | Gets or sets the file path for the theme. |
![]() ![]() | LookupPath | Gets the file path from the registry. |
![]() | Name | Gets or sets the name of the theme. |
![]() | ReadOnly | Gets or sets a value that indicates whether the workflow theme is read-only. |
![]() ![]() | RegistryKeyPath | Gets the registry key path for the theme. |
![]() ![]() | StandardThemes | Gets the list of standard themes. |
![]() | Type | Gets the type of the theme. |
![]() | Version | Gets or sets the version of the theme. |
| Name | Description | |
|---|---|---|
![]() | Clone | Creates a duplicate theme. |
![]() ![]() | CreateStandardTheme | Creates a standard theme. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() ![]() | GenerateThemeFilePath | Generates a file path for the theme. |
![]() | GetDesignerTheme | Gets the theme for the specified ActivityDesigner. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | Load(String) | Loads the theme from the specified file path. |
![]() ![]() | Load(IDesignerSerializationManager, String) | Loads a new theme from the specified path using a serialization manager. |
![]() ![]() | LoadThemeSettingFromRegistry | Loads a theme from the registry. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Save | Saves a theme to a file. |
![]() ![]() | SaveThemeSettingToRegistry | Saves a theme to the registry. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Workflow themes define the look and feel of a workflow design surface. This includes background styles, foreground styles, fonts, and icons defined for the workflow.
A WorkflowTheme is a theme defined for a specific workflow. The AmbientTheme class can be used for default properties if a specific workflow theme is not desired.
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
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
