A control that arranges Visual in grid
Inheritance: System.Windows.FrameworkElement
Exemplo n.º 1
0
 public GridLineVisual(VisualGrid owner)
 {
     Owner = owner;
 }
Exemplo n.º 2
0
 public GridLineVisual(VisualGrid owner) {
     Owner = owner;
 }