LEADTOOLS Annotations for WPF and Silverlight (Leadtools.Windows.Annotations assembly)
LEAD Technologies, Inc

GradientStops Property






Gets or sets the brush's gradient stops. .NET support Silverlight support
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 AnnGradientStopCollection GradientStops {get; set;}
 get_GradientStops();
set_GradientStops(value);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnGradientBrush Class
AnnGradientBrush Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.