LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

RectangleColor Property

Show in webframe





Gets or sets the color used to draw the Pan Rectangle.
Syntax
public Color RectangleColor {get; set;}
'Declaration
 
Public Property RectangleColor As Color
'Usage
 
Dim instance As RasterImagePanViewer
Dim value As Color
 
instance.RectangleColor = value
 
value = instance.RectangleColor

            

            
public:
property Color RectangleColor {
   Color get();
   void set (    Color value);
}

Property Value

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

Target Platforms

See Also

Reference

RasterImagePanViewer Class
RasterImagePanViewer Members

 

 


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