LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

RectangleColor Property

Show in webframe





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

            

            
[DefaultValueAttribute()]
[DescriptionAttribute("The color used to draw the Pan Rectangle.")]
[CategoryAttribute("Appearance")]
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

See Also

Reference

WebImagePanViewer Class
WebImagePanViewer Members
WebImagePanViewer Client Class

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.