LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

ImageColor Property






The System.Drawing.Color that covers the un-panned area.
Syntax
public Color ImageColor {get; set;}
'Declaration
 
Public Property ImageColor As Color
'Usage
 
Dim instance As RasterImagePanViewer
Dim value As Color
 
instance.ImageColor = value
 
value = instance.ImageColor
public Color ImageColor {get; set;}
 get_ImageColor();
set_ImageColor(value);
public:
property Color ImageColor {
   Color get();
   void set (    Color value);
}

Property Value

The surrounding Pan Rectangle color.
Remarks
This property contains the color of the area that surrounds the Pan Rectangle.
The default is Transparent color.
Example
Refer to Viewer 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

RasterImagePanViewer Class
RasterImagePanViewer Members

 

 


Products | Support | Contact Us | Copyright Notices

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