feat: add a border to template.
This commit is contained in:
@@ -114,7 +114,7 @@ public class Marquee : ContentControl
|
||||
{
|
||||
Canvas.SetTop(Presenter, location.Value.top);
|
||||
Canvas.SetLeft(Presenter, location.Value.left);
|
||||
}, DispatcherPriority.Background);
|
||||
}, DispatcherPriority.Render);
|
||||
}
|
||||
|
||||
private void InvalidatePresenterPosition()
|
||||
|
||||
Reference in New Issue
Block a user