Answers for "run multi content wpf"

0

run multi content wpf

<Button Name="MyButton">
    <TextBlock>
        <Run Foreground="Blue" Text="This is Blue"/>
        <Run Foreground="Red" Text=" This is Red"/>
    </TextBlock>
</Button>
Posted by: Guest on June-30-2021

Browse Popular Code Answers by Language