LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)

GradientStops Property

Show in webframe





Gets or sets the brush's gradient stops.
Syntax
public AnnGradientStopCollection GradientStops {get; set;}
'Declaration
 
Public Property GradientStops As AnnGradientStopCollection
'Usage
 
Dim instance As AnnGradientBrush
Dim value As AnnGradientStopCollection
 
instance.GradientStops = value
 
value = instance.GradientStops

            

            
public:
property AnnGradientStopCollection^ GradientStops {
   AnnGradientStopCollection^ get();
   void set (    AnnGradientStopCollection^ value);
}

Property Value

A collection of the AnnGradientStop objects associated with the brush, each of which specifies a color and an offset along the brush's gradient axis. The default is an empty AnnGradientStopCollection.
Requirements

Target Platforms

See Also

Reference

AnnGradientBrush Class
AnnGradientBrush Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.