linearGradientMode Property

Summary

Gets or sets the direction of the linear gradient of this brush.

Syntax

JavaScript Syntax
Object.defineProperty(AnnLinearGradientBrush.prototype, 'linearGradientMode', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
linearGradientMode: AnnLinearGradientMode; 

Property Value

The direction of the linear gradient of this brush. Default value is AnnLinearGradientMode.Diagonal.

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