DesignerTheme Class
Supplies base class implementation for all activity designer theme classes used in a workflow design-time environment.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
System.Workflow.ComponentModel.Design::DesignerTheme
System.Workflow.ComponentModel.Design::ActivityDesignerTheme
System.Workflow.ComponentModel.Design::AmbientTheme
| Name | Description | |
|---|---|---|
![]() | DesignerTheme(WorkflowTheme^) | 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(Boolean) | 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 the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | Initialize() | Performs further initialization tasks beyond those performed by DesignerTheme. |
![]() | MemberwiseClone() | |
![]() | OnAmbientPropertyChanged(AmbientProperty) | 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. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
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.
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.






