C# 클래스 Statman.Util.ThemeManager

상속: System.Windows.DependencyObject
파일 보기 프로젝트 열기: OrfeasZ/Statman

공개 프로퍼티들

프로퍼티 타입 설명
CurrentThemeProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetCurrentTheme ( DependencyObject p_DependencyObject ) : Uri
SetCurrentTheme ( DependencyObject p_DependencyObject, Uri p_Value ) : void

비공개 메소드들

메소드 설명
ApplyTheme ( FrameworkElement p_TargetElement, Uri p_DictionaryUri ) : void
CurrentThemeChanged ( DependencyObject p_DependencyObject, System.Windows.DependencyPropertyChangedEventArgs p_Args ) : void

메소드 상세

GetCurrentTheme() 공개 정적인 메소드

public static GetCurrentTheme ( DependencyObject p_DependencyObject ) : Uri
p_DependencyObject System.Windows.DependencyObject
리턴 System.Uri

SetCurrentTheme() 공개 정적인 메소드

public static SetCurrentTheme ( DependencyObject p_DependencyObject, Uri p_Value ) : void
p_DependencyObject System.Windows.DependencyObject
p_Value System.Uri
리턴 void

프로퍼티 상세

CurrentThemeProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows CurrentThemeProperty
리턴 System.Windows.DependencyProperty