borderColor Property

Summary

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

Syntax
TypeScript
JavaScript
Object.defineProperty(ImageViewerPanControl.prototype, 'borderColor', 
	get: function(), 
	set: function(value) 
) 
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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls Assembly