Visual Basic (Declaration) | |
---|---|
Public Overridable Property CrosshairColor As Color |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RasterMagnifyGlass Dim value As Color instance.CrosshairColor = value value = instance.CrosshairColor |
C# | |
---|---|
public virtual Color CrosshairColor {get; set;} |
Property Value
The Crosshair color.Refer to RasterMagnifyGlass example.
This property value is used only if Crosshair property was set to RasterMagnifyGlassCrosshair.Fine.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7