LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Border3DStyle Property

Show in webframe





Gets or sets the System.Windows.Forms.Border3DStyle of the Magnifying Glass border.
Syntax
public virtual Border3DStyle Border3DStyle {get; set;}
'Declaration
 
Public Overridable Property Border3DStyle As Border3DStyle
'Usage
 
Dim instance As RasterMagnifyGlass
Dim value As Border3DStyle
 
instance.Border3DStyle = value
 
value = instance.Border3DStyle

            

            
public:
virtual property Border3DStyle Border3DStyle {
   Border3DStyle get();
   void set (    Border3DStyle value);
}

Property Value

The System.Windows.Forms.Border3DStyle of the Magnifying Glass border.
Remarks
This values is used only if the Shape property is set RasterMagnifyGlassShape.Border3D.
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.