How to change the color and placement of two Labels side by side in XAML?

0
    <Label>
            <Label.FormattedText>
                <FormattedString>
                    <Span Text="R$"
                          FontAttributes="Bold"
                          FontSize="Large"/>
                    <Span x:Name="CalculoParcial"
                          FontAttributes="Bold"
                          FontSize="Large"/>
                </FormattedString>
            </Label.FormattedText>
        </Label>
    
asked by anonymous 03.07.2018 / 14:52

0 answers