borderColor Property

Summary

Color used to draw outline the border of the pan rectangle.

Syntax

JavaScript Syntax
Object.defineProperty(ImageViewerPanControl.prototype, 'borderColor', 
	get: function(), 
	set: function(value) 
) 
TypeScript Syntax
borderColor: string; 

Property Value

The color used to draw outline the border of the pan rectangle. Default value is "blue".

Remarks

Set the value of this property to null to stop the control from outlining the pan rectangle.

Example

For an example, refer to ImageViewerPanControl.

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.Controls Assembly