WorkflowTheme.StandardThemes Propriedade

Definição

Obtém a lista de temas padrão.

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; }
member this.StandardThemes : System.Collections.Generic.IDictionary<System.Workflow.ComponentModel.Design.ThemeType, string[]>
Public Shared ReadOnly Property StandardThemes As IDictionary(Of ThemeType, String())

Valor da propriedade

IDictionary<ThemeType,String[]>

Uma lista de temas disponíveis.

Aplica-se a