LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)
LEAD Technologies, Inc

RectangleColor Property






Gets or sets the color used to draw the Pan Rectangle.
Syntax
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("The color used to draw the Pan Rectangle.")]
public Color RectangleColor {get; set;}
'Declaration
 
<CategoryAttribute("Appearance")>
<DefaultValueAttribute()>
<DescriptionAttribute("The color used to draw the Pan Rectangle.")>
Public Property RectangleColor As Color
'Usage
 
Dim instance As WebImagePanViewer
Dim value As Color
 
instance.RectangleColor = value
 
value = instance.RectangleColor
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("The color used to draw the Pan Rectangle.")]
public Color RectangleColor {get; set;}
CategoryAttribute("Appearance")
DefaultValueAttribute()
DescriptionAttribute("The color used to draw the Pan Rectangle.")
 get_RectangleColor();
set_RectangleColor(value);
[CategoryAttribute("Appearance")]
[DefaultValueAttribute()]
[DescriptionAttribute("The color used to draw the Pan Rectangle.")]
public:
property Color RectangleColor {
   Color get();
   void set (    Color value);
}

Property Value

The Pan Rectangle color. The default is red.
Example
Refer to WebImageViewer.OpenImageUrl example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

WebImagePanViewer Class
WebImagePanViewer Members
WebImagePanViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.