Error processing SSI file
LEADTOOLS WebForms and AJAX (Leadtools.Web assembly)

Show in webframe

RectangleColor Property






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

Error processing SSI file