ControlRegionRenderMode Enumeration

Summary

Determines how to render the outline of a region area.

Syntax
TypeScript
JavaScript
lt.Controls.ControlRegionRenderMode = { 
	none: 0, 
	fixed: 1, 
	animated: 2 
} 
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.

Remarks

ControlRegionRenderMode is used by ImageViewer.ImageRegionRenderMode and ImageViewer.FloaterRegionRenderMode.

Requirements

Target Platforms

See Also

Reference

Leadtools.Controls Namespace

Help Version 22.0.2023.2.4
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.