Leadtools.Windows.Annotations Namespace > AnnGradientBrush Class : GradientStops Property |
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); }