gradientStops Property

Summary

Gets a collection of the gradient stops used by this brush.

Syntax

JavaScript Syntax
Object.defineProperty(AnnGradientBrush.prototype, 'gradientStops', 
	get: function() 
) 
TypeScript Syntax
gradientStops: AnnGradientStopCollection; // read-only 

Property Value

A collection of the gradient stops used by this brush.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly