public OverlineEffect(Visual visual, Pen effectPen = null, Brush effectBrush = null)
        {
            _geometry = visual.Clone();

            EffectPen = effectPen;
            EffectBrush = effectBrush;         
        }
Ejemplo n.º 2
0
 protected void Prototype(Visual other)
 {
     this.Pen       = other.Pen;
     this.FillBrush = other.FillBrush;
 }
Ejemplo n.º 3
0
 protected void Prototype(Visual other)
 {
     this.Pen = other.Pen;
     this.FillBrush = other.FillBrush;
 }