728x90
728x170
<TextBlock
HorizontalAlignment="Left"
FontSize="12"
FontWeight="Normal"
Text="{Binding DataFloat, StringFormat={}{0:N3}mm}" />
결과 (DataFloat = 1.5678 인 경우)
1.568mm
728x90
그리드형
'C# > WPF' 카테고리의 다른 글
[WPF/DevExpress] DXSplashScreen TopMost=False 처리 (0) | 2022.04.25 |
---|---|
[WPF] CommandParameter 로 자신 값 보내기 (self Binding) (0) | 2022.04.22 |
[WPF] ComboBox Command Binding 하기 (0) | 2022.04.15 |
[WPF] Action 비동기 수행하기 (0) | 2022.04.01 |
[WPF] DevExpress 컨트롤 이용한 Waiting/Progress Dialog 띄우기 (0) | 2022.03.21 |