XamlCSS icon indicating copy to clipboard operation
XamlCSS copied to clipboard

Support for Span in FormattedString (Xamarin)

Open michelevirgilio opened this issue 3 years ago • 0 comments

Hi, it seems that Span inside a FormattedString is not supported by XamlCss. Example:

 <Label>
      <Label.FormattedText>
          <FormattedString>
              <Span Text="Test"/>
          </FormattedString>
      </Label.FormattedText>
  </Label>

This css does nothing:

Span {
    TextColor: "Red";
}

Any help? Thanks

michelevirgilio avatar Dec 02 '21 15:12 michelevirgilio