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;} |
Property Value
The surrounding Pan Rectangle color.Refer to Viewer example.
This property contains the color of the area that surrounds the Pan Rectangle.
The default is Transparent color.
The default is Transparent color.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7