Anna belly belly hard/WPF in C#

[C# in WPF] 7. Basics : WPF Window & Properties in XAML

bibiana 각선행 2023. 7. 24. 17:35
반응형

25. Window startup location in XAML code and designer

- 윈도우 시작위치 설정하는 방법

- WindowStartupLocation : 처음 표시될 때 창의 위치를 가져오거나 설정

1) Manual : Top 200px..!! Left 200px..!!

2) CenterScreen : 가로와 세롱로 화면 중앙에 형태를 두었다.

3) CenterOwner

 

 

26. Window style in XAML code and designer

- 창의 전체적인 테두리를 조절하는 창 스타일

- WindowStyle

1) None

2) SingleBorderWindow : 기본값 

3) ThreeDBorderWindow : 3D 테두리

4) ToolWindow : 제목, 닫기 버튼만 표

 

 

27. Window resize mode in XAML code and designer

- 윈도우의 크기 조절 , 최대화 및 최소화 상자

- ResizeMode

1) NoResize

2) CanMinimize

3) CanResize

4) CanResizeWithGrip

 

28. Window font in XAML code and designer

- 윈도우의 font 속성으로 작업을 중지하는 방법

 

 

29. Window state in XAML code and designer

 

30. Window topmost in XAML code and designer

 

31. Window show in taskbar in XAML code and designer

 

32. Window RTL & LTR in XAML code and designer

 

33. Window min & max width and height in XAML code and designer

반응형