Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ActivityDesignerPaintEventArgs::DesignerTheme Property

 

Gets the ActivityDesignerTheme associated with the designer.

Namespace:   System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public:
property ActivityDesignerTheme^ DesignerTheme {
	ActivityDesignerTheme^ get();
}

Property Value

Type: System.Workflow.ComponentModel.Design::ActivityDesignerTheme^

An ActivityDesignerTheme that describes the designer look and feel.

If a designer has an ActivityDesignerTheme associated with it, the designer will use the look and feel properties described by the ActivityDesignerTheme to paint itself. If no ActivityDesignerTheme is associated with the designer, the designer will use the AmbientTheme to repaint its look and feel properties.

.NET Framework
Available since 3.0
Return to top
Show:
© 2017 Microsoft