public override Brush CreateParticle()
 {
     return(ParticleGeometryFactory.CreateConstantColorCircleGeometry(Color, 26));
 }