ThemeInfoAttribute 생성자

정의

ThemeInfoAttribute 클래스의 새 인스턴스를 초기화하고 어셈블리의 형식에 대해 테마 사전 위치를 정의하는 특성을 만듭니다.

public:
 ThemeInfoAttribute(System::Windows::ResourceDictionaryLocation themeDictionaryLocation, System::Windows::ResourceDictionaryLocation genericDictionaryLocation);
public ThemeInfoAttribute (System.Windows.ResourceDictionaryLocation themeDictionaryLocation, System.Windows.ResourceDictionaryLocation genericDictionaryLocation);
new System.Windows.ThemeInfoAttribute : System.Windows.ResourceDictionaryLocation * System.Windows.ResourceDictionaryLocation -> System.Windows.ThemeInfoAttribute
Public Sub New (themeDictionaryLocation As ResourceDictionaryLocation, genericDictionaryLocation As ResourceDictionaryLocation)

매개 변수

themeDictionaryLocation
ResourceDictionaryLocation

테마별 리소스의 위치입니다.

genericDictionaryLocation
ResourceDictionaryLocation

테마별이 아닌 제네릭 리소스의 위치입니다.

설명

경우는 themeDictionaryLocationSourceAssembly, Luna.NormalColor.xaml 같은 파일을 포함할 수 있습니다. 이러한 이름은 다음을 포함 하는 시스템 테마 파일에 의해 정의 됩니다.

클래식 - Windows XP에서 "클래식"Windows 9x/2000 모양.

Luna.NormalColor-Windows XP의 기본 파란색 테마입니다.

Luna.Homestead - Windows XP의 올리브 테마.

Luna.메탈릭 - Windows XP의 실버 테마.

Royale.NormalColor - Windows XP Media Center Edition의 기본 테마입니다.

Aero.NormalColor - Windows Vista의 기본 테마

적용 대상