You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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);
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: