Gets or sets the brush of the crosshair.
Syntax
Visual Basic (Declaration) | |
---|
Public Property CrosshairBrush As Brush |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MagnifyGlass
Dim value As Brush
instance.CrosshairBrush = value
value = instance.CrosshairBrush
|
C# | |
---|
public Brush CrosshairBrush {get; set;} |
XAML Syntax | |
---|
For XAML information, see the Brush type. |
XAML Syntax | |
---|
For XAML information, see the Brush type. |
Return Value
The Crosshair brush.
Remarks
Requirements
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also