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