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

더 자세히 ...

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

Public 멤버 함수

 PlaceholderView (string message)

상세한 설명

요청한 View 또는 ViewModel을 찾을 수 없을 때 오류 메시지를 표시하는 대체 화면입니다.

PlaceholderView.cs 파일의 15 번째 라인에서 정의되었습니다.

생성자 & 소멸자 문서화

◆ PlaceholderView()

Dreamine.UI.Wpf.Controls.ViewRegion.PlaceholderView.PlaceholderView ( string message)
inline

지정한 오류 메시지를 중앙의 빨간색 텍스트로 표시하는 대체 화면을 만듭니다.

매개변수
message사용자에게 표시할 오류 메시지입니다.

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

34 {
35 this.Content = new TextBlock
36 {
37 Text = message,
38 Foreground = Brushes.Red,
39 FontSize = 18,
40 FontWeight = FontWeights.Bold,
41 HorizontalAlignment = HorizontalAlignment.Center,
42 VerticalAlignment = VerticalAlignment.Center,
43 TextWrapping = TextWrapping.Wrap,
44 TextAlignment = TextAlignment.Center,
45 Margin = new Thickness(20)
46 };
47 }

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