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