mirror of
https://github.com/bloxstraplabs/bloxstrap.git
synced 2025-04-21 10:01:27 -07:00
fix border not inheriting frameworkelement
This commit is contained in:
parent
63d38f6b88
commit
586dad03f4
@ -737,6 +737,7 @@ namespace Bloxstrap.UI.Elements.Bootstrapper
|
|||||||
private static Border HandleXmlElement_Border(CustomDialog dialog, XElement xmlElement)
|
private static Border HandleXmlElement_Border(CustomDialog dialog, XElement xmlElement)
|
||||||
{
|
{
|
||||||
var border = new Border();
|
var border = new Border();
|
||||||
|
HandleXmlElement_FrameworkElement(dialog, border, xmlElement);
|
||||||
|
|
||||||
ApplyBrush_UIElement(dialog, border, "Background", Border.BackgroundProperty, xmlElement);
|
ApplyBrush_UIElement(dialog, border, "Background", Border.BackgroundProperty, xmlElement);
|
||||||
ApplyBrush_UIElement(dialog, border, "BorderBrush", Border.BorderBrushProperty, xmlElement);
|
ApplyBrush_UIElement(dialog, border, "BorderBrush", Border.BorderBrushProperty, xmlElement);
|
||||||
|
Loading…
Reference in New Issue
Block a user