Color Property
Summary
Gets or sets the color to use to draw the border and crosshairs of this magnify glass. This is a dependency property.
Syntax
public Color Color { get; set; }
Public Property Color As Color
public:
property Color Color {
Color get();
void set ( Color );
}
Property Value
The color to use to draw the border and crosshairs of this magnify glass. Default value is White.