C#
VB
C++
Gets or sets the brush's gradient stops.
public AnnGradientStopCollection GradientStops { get; set; }
Public Property GradientStops As Leadtools.Windows.Annotations.AnnGradientStopCollection
public:
property Leadtools.Windows.Annotations.AnnGradientStopCollection^ GradientStops {
Leadtools.Windows.Annotations.AnnGradientStopCollection^ get();
void set ( Leadtools.Windows.Annotations.AnnGradientStopCollection^ );
}
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET