Answers for "wpf label text in center"

C#
1

set text in center wpf

<Button  Height="23" HorizontalAlignment="Left" Margin="190,115,0,0" Name="MyButton" VerticalAlignment="Top" Width="75" HorizontalContentAlignment="Stretch">
    <TextBlock Text="Shahin" TextAlignment="Center" />
</Button >
Posted by: Guest on May-25-2020
1

wpf label text in center

<Label HorizontalContentAlignment="Center"/>
Posted by: Guest on June-05-2020

C# Answers by Framework

Browse Popular Code Answers by Language