C# 클래스 MahApps.Metro.Controls.ToggleSwitch

상속: System.Windows.Controls.ContentControl
파일 보기 프로젝트 열기: Irdis/VSTalk 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
ContentDirectionProperty System.Windows.DependencyProperty
HeaderProperty System.Windows.DependencyProperty
HeaderTemplateProperty System.Windows.DependencyProperty
IsCheckedProperty System.Windows.DependencyProperty
OffLabelProperty System.Windows.DependencyProperty
OnLabelProperty System.Windows.DependencyProperty
SwitchForegroundProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
ChangeVisualState void
CheckedHandler void
ClickHandler void
IndeterminateHandler void
OnIsCheckedChanged void
SetDefaultContent void
ToggleSwitch_PreviewKeyUp void
UncheckedHandler void

공개 메소드들

메소드 설명
OnApplyTemplate ( ) : void
ToString ( ) : string
ToggleSwitch ( ) : System

보호된 메소드들

메소드 설명
OnContentChanged ( object oldContent, object newContent ) : void

비공개 메소드들

메소드 설명
ChangeVisualState ( bool useTransitions ) : void
CheckedHandler ( object sender, RoutedEventArgs e ) : void
ClickHandler ( object sender, RoutedEventArgs e ) : void
IndeterminateHandler ( object sender, RoutedEventArgs e ) : void
OnIsCheckedChanged ( DependencyObject d, System.Windows.DependencyPropertyChangedEventArgs e ) : void
SetDefaultContent ( ) : void
ToggleSwitch_PreviewKeyUp ( object sender, System e ) : void
UncheckedHandler ( object sender, RoutedEventArgs e ) : void

메소드 상세

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnContentChanged() 보호된 메소드

protected OnContentChanged ( object oldContent, object newContent ) : void
oldContent object
newContent object
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

ToggleSwitch() 공개 메소드

public ToggleSwitch ( ) : System
리턴 System

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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

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

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