LEADTOOLS Windows Forms (Leadtools.WinForms assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Border3DStyle Property
See Also 
Leadtools.WinForms Namespace > RasterMagnifyGlass Class : Border3DStyle Property



Gets or sets the System.Windows.Forms.Border3DStyle of the Magnifying Glass border.

Syntax

Visual Basic (Declaration) 
Public Overridable Property Border3DStyle As Border3DStyle
Visual Basic (Usage)Copy Code
Dim instance As RasterMagnifyGlass
Dim value As Border3DStyle
 
instance.Border3DStyle = value
 
value = instance.Border3DStyle
C# 
public virtual Border3DStyle Border3DStyle {get; set;}
C++/CLI 
public:
virtual property Border3DStyle Border3DStyle {
   Border3DStyle get();
   void set (    Border3DStyle value);
}

Property Value

The System.Windows.Forms.Border3DStyle of the Magnifying Glass border.

Example

Refer to RasterMagnifyGlass example.

Remarks

This values is used only if the Shape property is set RasterMagnifyGlassShape.Border3D.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also