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