Exemplo n.º 1
0
 protected virtual void OnGaugeChanged(AngularGauge old, AngularGauge newValue)
 {
 }
Exemplo n.º 2
0
 protected override void OnVisualParentChanged(DependencyObject oldParent)
 {
     this.Gauge = this.VisualAncestors().OfType<AngularGauge>().FirstOrDefault();
     base.OnVisualParentChanged(oldParent);
 }