DesignerTheme Class
Supplies base class implementation for all activity designer theme classes used in a workflow design-time environment.
System.Workflow.ComponentModel.Design::DesignerTheme
System.Workflow.ComponentModel.Design::ActivityDesignerTheme
System.Workflow.ComponentModel.Design::AmbientTheme
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
The DesignerTheme type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | DesignerTheme | When implemented in a derived class, initializes a new instance of the DesignerTheme class by using a WorkflowTheme object. |
| Name | Description | |
|---|---|---|
![]() | ApplyTo | Gets or sets the unqualified name of the designer type to which the designer theme is applied. |
![]() | ContainingTheme | Gets the workflow theme that encapsulates the designer theme. |
![]() | DesignerType | Gets or sets the type of the designer associated with the designer theme. |
![]() | ReadOnly | Gets a value that indicates whether the designer theme is read-only. |
| Name | Description | |
|---|---|---|
![]() | Dispose | Releases the unmanaged resources used by the DesignerTheme and optionally releases the managed resources. |
![]() | Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() | Finalize | Allows the DesignerTheme to attempt to free resources and perform other clean-up operations before it is reclaimed by garbage collection. (Overrides Object::Finalize().) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Initialize | Performs further initialization tasks beyond those performed by DesignerTheme. |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OnAmbientPropertyChanged | Notifies the designer theme class that the ambient property settings for the designer have changed. |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IDisposable::Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
All classes that supply theme property settings to ActivityDesigner classes must inherit from the DesignerTheme class. Designer themes provide a set of property values with which to display background and foreground colors and styles, fonts, and other style settings for the designer classes displayed on a workflow design surface.
The AmbientTheme class also inherits from DesignerTheme.
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.
