Skip to content

Problem with FontSizePropertyProperty #4

Description

@Ottokranz

Is the DependencyProperty FontSizePropertyProperty actually working?
I created a FrameworkElementFactory based on the WpfHtmlControl and try to set the FontSizePropertyProperty, but the Fontsize doesent change. Binding to HtmlProperty works fine

FrameworkElementFactory factory = new FrameworkElementFactory(typeof(Html));
factory.SetValue(Html.FontSizePropertyProperty, 20d);
factory.SetBinding(Html.HtmlProperty, mb);

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