C# 클래스 MaterialMenu.MenuButton

Interaction logic for MenuButton.xaml
파일 보기 프로젝트 열기: beto-rodriguez/MaterialMenu

공개 프로퍼티들

프로퍼티 타입 설명
AnimationSpeedProperty System.Windows.DependencyProperty
ChildrenProperty System.Windows.DependencyProperty
HoverBackgroundProperty System.Windows.DependencyProperty
ImageProperty System.Windows.DependencyProperty
TextProperty System.Windows.DependencyProperty
UiThemeProperty System.Windows.DependencyProperty

Private Properties

프로퍼티 타입 설명
Close void
Expand void
MenuButtonBase_OnMouseEnter void
MenuButtonBase_OnMouseLeave void
Open void
Reduce void
UserControl_MouseDown void

공개 메소드들

메소드 설명
MenuButton ( ) : System
OnApplyTemplate ( ) : void

보호된 메소드들

메소드 설명
OnInitialized ( EventArgs e ) : void

비공개 메소드들

메소드 설명
Close ( ) : void
Expand ( double units ) : void
MenuButtonBase_OnMouseEnter ( object sender, System.Windows.Input.MouseEventArgs e ) : void
MenuButtonBase_OnMouseLeave ( object sender, System.Windows.Input.MouseEventArgs e ) : void
Open ( ) : void
Reduce ( double units ) : void
UserControl_MouseDown ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

메소드 상세

MenuButton() 공개 메소드

public MenuButton ( ) : System
리턴 System

OnApplyTemplate() 공개 메소드

public OnApplyTemplate ( ) : void
리턴 void

OnInitialized() 보호된 메소드

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

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

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

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

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

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

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

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

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

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

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

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

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