LEADTOOLS WPF and Silverlight (Leadtools.Windows.Media.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Color Property
See Also 
Leadtools.Windows.Media.Effects Namespace > MagnifyGlassEffect Class : Color Property



Gets or sets the color to use to draw the border and crosshairs of this magnify glass. This is a dependency property. Supported in Silverlight

Syntax

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;}
C++/CLI 
public:
property Color Color {
   Color get();
   void set (    Color value);
}

Property Value

The color to use to draw the border and crosshairs of this magnify glass. Default value is Black.

Example

For XAML example, refer to MagnifyGlassEffect.

For C#/VB examples, refer to MagnifyGlassEffect.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also