←Select platform

RectangleColor Property

Summary

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

Syntax

C#
VB
C++
[DefaultValueAttribute()] 
[DescriptionAttribute("The color used to draw the Pan Rectangle.")] 
[CategoryAttribute("Appearance")] 
public Color RectangleColor {get; set;} 
<DefaultValueAttribute()> 
<DescriptionAttribute("The color used to draw the Pan Rectangle.")> 
<CategoryAttribute("Appearance")> 
Public Property RectangleColor As Color 
[DefaultValueAttribute()] 
[DescriptionAttribute("The color used to draw the Pan Rectangle.")] 
[CategoryAttribute("Appearance")] 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Web Assembly
Click or drag to resize