LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ImageColor Property
See Also 
Leadtools.WinForms Namespace > RasterImagePanViewer Class : ImageColor Property



The System.Drawing.Color that covers the un-panned area.

Syntax

Visual Basic (Declaration) 
Public Property ImageColor As Color
Visual Basic (Usage)Copy Code
Dim instance As RasterImagePanViewer
Dim value As Color
 
instance.ImageColor = value
 
value = instance.ImageColor
C# 
public Color ImageColor {get; set;}
C++/CLI 
public:
property Color ImageColor {
   Color get();
   void set (    Color value);
}

Property Value

The surrounding Pan Rectangle color.

Example

Refer to Viewer example.

Remarks

This property contains the color of the area that surrounds the Pan Rectangle.
The default is Transparent color.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also