←Select platform

ImageColor Property

Summary

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

Syntax

C#
VB
C++
public Color ImageColor { get; set; } 
  
Public Property ImageColor As Color 
public: 
property Color ImageColor { 
   Color get(); 
   void set (    Color ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.WinForms Assembly