| Visual Basic (Declaration) | |
|---|---|
Public Property BorderThickness As Double | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As MagnifyGlass Dim value As Double instance.BorderThickness = value value = instance.BorderThickness | |
| C# | |
|---|---|
public double BorderThickness {get; set;} | |
Property Value
The width of the magnify glass border in pixels. Default value is 1.0For XAML example, refer to MagnifyGlass.
For C#/VB examples, refer to MagnifyGlass.
This values is used only if the Shape property is set to MagnifyGlassShape.Rectangle, MagnifyGlassShape.RoundRectangle, or MagnifyGlassShape.Ellipse.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code