RectangleColor Property

Summary

Gets or sets the color used to draw the Pan Rectangle.

Syntax
C#
VB
C++
public Color RectangleColor { get; set; } 
Public Property RectangleColor As Color 
public: 
property Color RectangleColor { 
   Color get(); 
   void set (    Color ); 
} 

Property Value

The Pan Rectangle color. The default is red.

Example

Refer to WebImageViewer.OpenImageUrl example.

Requirements

Target Platforms

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

Leadtools.Web Assembly