WorkflowTheme.Type Property

Definition

Gets the type of the theme.

public:
 property System::Workflow::ComponentModel::Design::ThemeType Type { System::Workflow::ComponentModel::Design::ThemeType get(); };
public System.Workflow.ComponentModel.Design.ThemeType Type { get; }
member this.Type : System.Workflow.ComponentModel.Design.ThemeType
Public ReadOnly Property Type As ThemeType

Property Value

The ThemeType of the theme. Possible values are Default, System, and UserDefined.

Applies to