WorkflowTheme.StandardThemes Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.