Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Link forground and WP81 backport #11

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from

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 馃憤

@@ -661,6 +664,21 @@ public Brush QuoteForeground
/// </summary>
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.

None yet

2 participants