Skip to content

Link forground and WP81 backport#11

Open
altima wants to merge 2 commits intoQuinnDamerell:developfrom
altima:develop
Open

Link forground and WP81 backport#11
altima wants to merge 2 commits intoQuinnDamerell:developfrom
altima:develop

Conversation

@altima
Copy link

@altima altima commented Jul 15, 2016

Hi,

I added the propert for changing color for the hyperlink foreground. It was not possible.
And I also port the project back to WP81 for the an older project from me there I needed to implement the markdown syntax.

Thanks for the code, works very well 👍

Meinel, Enrico added 2 commits May 13, 2016 10:59
make project W81 compatible
added LinkForeground property to colorize links
public static readonly DependencyProperty QuoteForegroundProperty = DependencyProperty.Register(nameof(QuoteForeground), typeof(Brush),
typeof(MarkdownTextBlock), new PropertyMetadata(new SolidColorBrush(Color.FromArgb(255, 180, 180, 180)), new PropertyChangedCallback(OnPropertyChangedStatic)));
/// <summary>
/// Gets or sets the brush used to render the text inside a quote block. If this is
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Inside a quote block?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants