WorkflowTheme.StandardThemes 속성

정의

표준 테마 목록을 가져옵니다.

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())

속성 값

IDictionary<ThemeType,String[]>

사용 가능한 테마 목록입니다.

적용 대상