728x90
728x170
<TextBlock Grid.Row="2" Grid.Column="2" Margin="5" Foreground="#61647a"> <Run Text="{Binding Width, StringFormat=N2}" /> <Run Text="×" /> <Run Text="{Binding Height, StringFormat=N2}" /> </TextBlock> |
728x90
그리드형
'C# > WPF' 카테고리의 다른 글
[WPF] Control to Image (0) | 2021.12.14 |
---|---|
[WPF] ImageSource 를 jpg 로 저장하기 (0) | 2021.12.03 |
[WPF] Number Comma (금액 콤마) 나타내기 (0) | 2021.12.01 |
[WPF] hexcode Color 사용하기 (0) | 2021.10.25 |
[WPF] 다른 프로젝트에 있는 이미지 가져다 쓰기 (0) | 2021.10.06 |