コード例 #1
0
 internal void OnSnapGuideRemoved(ArtboardSnapGuide snapGuide)
 {
     TemplateRoot?.Children.Remove(snapGuide);
 }
コード例 #2
0
 internal void OnSnapGuideAdded(ArtboardSnapGuide snapGuide)
 {
     TemplateRoot?.Children.Add(snapGuide);
 }