C# 클래스 System.Waf.Presentation.Controls.NavigationToggleButton

Use this button for navigation commands in the navigation view. The toggle state can be used to show the current navigation state.
상속: Windows.UI.Xaml.Controls.Primitives.ToggleButton
파일 보기 프로젝트 열기: jbe2277/waf

공개 메소드들

메소드 설명
NavigationToggleButton ( ) : Windows.UI.Xaml

Initializes a new instance of the NavigationToggleButton class.

보호된 메소드들

메소드 설명
OnToggle ( ) : void

Called when the ToggleButton receives toggle stimulus.

메소드 상세

NavigationToggleButton() 공개 메소드

Initializes a new instance of the NavigationToggleButton class.
public NavigationToggleButton ( ) : Windows.UI.Xaml
리턴 Windows.UI.Xaml

OnToggle() 보호된 메소드

Called when the ToggleButton receives toggle stimulus.
protected OnToggle ( ) : void
리턴 void