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