ControlRegionRenderMode Enumeration

Summary

Determines how to render the outline of a region area.

Syntax

JavaScript Syntax
lt.Controls.ControlRegionRenderMode = { 
	None: 0, 
	Fixed: 1, 
	Animated: 2 
} 
TypeScript Syntax
lt.Controls.ControlRegionRenderMode = { 
	None: 0, 
	Fixed: 1, 
	Animated: 2 
} 

Members

0 None

(0) Do not render the region.

1 Fixed

(1) Trace the region outline using a fixed frame.

2 Animated

(2) Trace the region outline using an animated frame.

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

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

Leadtools.Controls Assembly