bringToFront Method

Summary

Moves a object up in the Z-order of the list.

Syntax

JavaScript Syntax
AnnGradientStopCollection.prototype.bringToFront = function(annGradientStop, first) 
TypeScript Syntax
bringToFront(annGradientStop: AnnGradientStop, first: boolean): void; 

Parameters

annGradientStop

Object to move.

first

true to send the object to the top of the Z-order; false to send the object up one level only.

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