Gets or sets the thickness of the Magnifying Glass border.
Syntax
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;} |
XAML Attributes Usage | |
---|
<object BorderThickness=double .../> |
XAML Attributes Usage | |
---|
<object BorderThickness=double .../> |
Return Value
The thickness of the Magnifying Glass border.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also