Gets or sets the thickness of the crosshair.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property CrosshairThickness As Double |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As MagnifyGlass
Dim value As Double
instance.CrosshairThickness = value
value = instance.CrosshairThickness
|
| C# | |
|---|
public double CrosshairThickness {get; set;} |
| XAML Attributes Usage | |
|---|
<object CrosshairThickness=double .../> |
| XAML Attributes Usage | |
|---|
<object CrosshairThickness=double .../> |
Return Value
The Crosshair thickness.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also