■ XAML 속성성 값 설정시 태그 확장 적용을 방지하는 방법을 보여준다.
▶ 예제 코드 (XAML)
1 2 3 4 5 6 7 |
<TextBlock xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" FontSize="20" Text="{}{just a little text in herel}" /> |