This property sets whether or not a border is displayed on the magnifier.
[Visual Basic] Public Property Border As
Boolean
[C#] public bool Border {get; set;}
Property Value
Value | Explanation |
---|---|
True | A border is displayed on the magnifier (default) |
False | A border is not displayed on the magnifier |
Explanation
The Border property sets whether or not a border is displayed on the magnifier.
The default value is True. When the Border property is set to True, a black border is displayed on the magnifier.
See Also
ImageKit.Magnifier Members | Newtone.ImageKit.Win.ImageKit