Border Property
Summary
Gets or sets a value indicating whether to draw the border of this magnify glass. This is a dependency property.
Syntax
public double Border { get; set; }
Public Property Border As Double
public:
property double Border {
double get();
void set ( double );
}
Property Value
1.0 to draw the border; otherwise, hide it. Default value is 1.0.