Answers for "multi content label wpf"

1

multi content label wpf

<Label Name="my label">
    <TextBlock>
    	<Run Foreground="Blue" Text="Count"/>
    	<Run Foreground="Red" Text=" This is Red"/>
    </TextBlock>
</Label>
Posted by: Guest on June-30-2021

Browse Popular Code Answers by Language