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