Want to become a Vibe Coder? Join Vibe Coding Training here
x
C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Binding Two String Properties to Textblock in XAML
WhatsApp
Aman Kumar
Jan 17
2016
1.4
k
0
0
<TextBlock HorizontalAlignment=
"Center"
VerticalAlignment=
"Center"
>
<Run Text=
"{Binding StudentName}"
/>
<Run Text=
","
/>
<Run Text=
"{Binding StudentClass}"
/>
</TextBlock>
multibinding
XAML
Binding Two String Properties
Up Next
Binding Two String Properties to Textblock in XAML