Click here to Skip to main content
15,905,914 members

Comments by FaraonKture (Top 3 by date)

FaraonKture 1-Aug-13 5:14am View    
you mean to say you want to change the color of the curve gradient? - yes

drawingContext.DrawGeometry(null, new Pen(this.LineBrush, this.thickness), geometry);

geometry - my curve, i want to change the color of a given curve. that is to replace this.LineBrush
FaraonKture 1-Aug-13 4:56am View    
Suppose there is a curve to change its color moving along this curve
FaraonKture 1-Aug-13 4:40am View    
It's funny, i need to change the color of curve, and you gave links to the standard tools of linear gradients - it does not fit!