Dreamine.UI.Wpf.Controls 1.0.1
Dreamine.UI.Wpf.Controls 사용자 인터페이스 기능과 구성 요소를 제공합니다.
로딩중...
검색중...
일치하는것 없음
Dreamine.UI.Wpf.Controls.Navigation.DesignButtonDatas 클래스 참조

더 자세히 ...

Dreamine.UI.Wpf.Controls.Navigation.DesignButtonDatas에 대한 상속 다이어그램 :
Dreamine.UI.Wpf.Controls.Navigation.DesignButtonDatas에 대한 협력 다이어그램:

Public 멤버 함수

 DesignButtonDatas ()

상세한 설명

탐색 모음의 디자인 타임 미리보기에 사용할 예제 버튼 모음입니다.

DreamineNavigationBar.xaml.cs 파일의 23 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

◆ DesignButtonDatas()

Dreamine.UI.Wpf.Controls.Navigation.DesignButtonDatas.DesignButtonDatas ( )
inline

미리 정의된 디자인 타임 예제 버튼으로 모음을 초기화합니다.

DreamineNavigationBar.xaml.cs 파일의 33 번째 라인에서 정의되었습니다.

34 {
35 Add(new ButtonData { Content = "LoginAsync" });
36 Add(new ButtonData { Content = "Main" });
37 Add(new ButtonData { Content = "Manual" });
38 Add(new ButtonData { Content = "Setting" });
39 Add(new ButtonData { Content = "Register" });
40 Add(new ButtonData { Content = "About", Visibility = Visibility.Hidden });
41 Add(new ButtonData { Content = "About", Visibility = Visibility.Hidden });
42 Add(new ButtonData { Content = "About", Visibility = Visibility.Hidden });
43 Add(new ButtonData { Content = "About", Visibility = Visibility.Hidden });
44 Add(new ButtonData { Content = "Exit" });
45
46 this[Count - 1].Margin = new Thickness(0);
47 }

이 클래스에 대한 문서화 페이지는 다음의 파일로부터 생성되었습니다.: