Skip to content

Questions about Hyperlinks #6

Description

@Luke47

First of all, thanks for this awesome converter!

For now, it really works well. I have some problems with hyperlinks though:

  • I've set the margin of the HyperlinkButton style to 2,0,2,-10 to align perfectly with surrounding text. However, if two HyperlinkButton are next to each other, the space between them is too small. Is there any way I can increase this space without altering the margins? (which would mess up spacing between HyperlinkButton and normal text)
  • How can I get HyperlinkButtons to underline their text? I've tried the following with the TextDecoration property, but this causes the whole parsing to fail.
<Style x:Key="Link" TargetType="HyperlinkButton">
          <Setter Property="BorderThickness" Value="0" />
          <Setter Property="FontSize" Value="21.333" />
          <Setter Property="Margin" Value="2,0,2,-10" />
          <Setter Property="TextDecorations" Value="Underline" />
</Style>

Thank you!

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