Visual Basic (Declaration) | |
---|---|
Public Property Color As Color |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As MagnifyGlassEffect Dim value As Color instance.Color = value value = instance.Color |
C# | |
---|---|
public Color Color {get; set;} |
Property Value
The color to use to draw the border and crosshairs of this magnify glass. Default value is Black.For XAML example, refer to MagnifyGlassEffect.
For C#/VB examples, refer to MagnifyGlassEffect.
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)