| 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.Refer to RasterMagnifyGlass example.
This values is used only if the Shape property is set RasterMagnifyGlassShape.Border3D.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code