Visual Basic (Declaration) | |
---|---|
Public Overridable Property BorderColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterMagnifyGlass Dim value As Color instance.BorderColor = value value = instance.BorderColor |
C# | |
---|---|
public virtual Color BorderColor {get; set;} |
Property Value
The color of the Magnifying Glass border.Refer to RasterMagnifyGlass example.
This values is used only if the Shape property is set to RasterMagnifyGlassShape.Rectangle, to RasterMagnifyGlassShape.RoundRectangle, or to RasterMagnifyGlassShape..Ellipse.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7