Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

Border3DStyle Property






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

Error processing SSI file