WorkflowTheme.StandardThemes Property

Definition

Gets the list of standard themes.

public:
 static property System::Collections::Generic::IDictionary<System::Workflow::ComponentModel::Design::ThemeType, cli::array <System::String ^> ^> ^ StandardThemes { System::Collections::Generic::IDictionary<System::Workflow::ComponentModel::Design::ThemeType, cli::array <System::String ^> ^> ^ get(); };
public static System.Collections.Generic.IDictionary<System.Workflow.ComponentModel.Design.ThemeType,string[]> StandardThemes { get; }
static member StandardThemes : System.Collections.Generic.IDictionary<System.Workflow.ComponentModel.Design.ThemeType, string[]>
Public Shared ReadOnly Property StandardThemes As IDictionary(Of ThemeType, String())

Property Value

A list of available themes.

Applies to