LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

BorderColor Property

Show in webframe





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 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

See Also

Reference

RasterMagnifyGlass Class
RasterMagnifyGlass Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.