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

BorderColor Property






Gets or sets the Color of the Magnifying Glass border.
Syntax
public virtual Color BorderColor {get; set;}
'Declaration
 
Public Overridable Property BorderColor As Color
'Usage
 
Dim instance As RasterMagnifyGlass
Dim value As Color
 
instance.BorderColor = value
 
value = instance.BorderColor
public virtual Color BorderColor {get; set;}
 get_BorderColor();
set_BorderColor(value);
public:
virtual property Color BorderColor {
   Color get();
   void set (    Color value);
}

Property Value

The color of the Magnifying Glass border.
Remarks
This values is used only if the Shape property is set to RasterMagnifyGlassShape.Rectangle, to RasterMagnifyGlassShape.RoundRectangle, or to RasterMagnifyGlassShape..Ellipse.
Example
Refer to RasterMagnifyGlass 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

RasterMagnifyGlass Class
RasterMagnifyGlass Members

 

 


Products | Support | Contact Us | Copyright Notices

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