offset Property

Summary

Gets the location of the gradient stop within the gradient vector.

Syntax

JavaScript Syntax
Object.defineProperty(AnnGradientStop.prototype, 'offset', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
offset: number; 

Property Value

The location of the gradient stop within the gradient vector. This must be a value between 0 and 1.0. Default value is 0.

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