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;} |
Property Value
The brush used to draw the crosshair of this magnify glass. Default value is a black System.Windows.Media.SolidColorBrush.For XAML example, refer to MagnifyGlass.
For C#/VB examples, refer to MagnifyGlass.
This property value is used only if Crosshair property was set to MagnifyGlassCrosshair.Fine.
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family