Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic gradient color in a shape (Read 1648 times)
saad
Full Member
***
Offline


I Love MindFusion!

Posts: 117
Joined: Oct 8th, 2012
gradient color in a shape
Oct 31st, 2012 at 6:22am
Print Post  
how do i set gradient color in a shape
  
Back to top
 
IP Logged
 
saad
Full Member
***
Offline


I Love MindFusion!

Posts: 117
Joined: Oct 8th, 2012
Re: gradient color in a shape
Reply #1 - Oct 31st, 2012 at 6:31am
Print Post  
Solved

Code
Select All
tempShape.Brush = new MindFusion.Drawing.LinearGradientBrush(System.Drawing.Color.AliceBlue, System.Drawing.Color.AntiqueWhite); 

  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint