Exemplo n.º 1
0
 public CursorAdorner(ElementCursorDecorator Owner, UIElement Cursor)
     : base(Owner)
 {
     _Cursor = Cursor;
     this.AddVisualChild(_Cursor);
 }
Exemplo n.º 2
0
 public CursorAdorner(ElementCursorDecorator Owner, UIElement Cursor)
     : base(Owner)
 {
     _Cursor = Cursor;
     this.AddVisualChild(_Cursor);
 }