Skip to content

Support for Span in FormattedString (Xamarin) #105

@michelevirgilio

Description

@michelevirgilio

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions