This property sets whether or not an edge is displayed on the magnifier
[Visual
Basic] imagekitcontrolname.Magnifier.Edge
[ = Boolean ]
[Visual C++] [
BOOL =
]imagekitcontrolname.GetMagnifier().GetEdge()
imagekitcontrolname.GetMagnifier().SetEdge(BOOL Val)
imagekitcontrolname.GetMagnifier().SetEdge(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | A border is displayed on the magnifier |
False | A border is not displayed on the magnifier (default) |
Explanation
The Edge property sets whether or not an edge is displayed on the magnifier.
The default value is false. When the Edge property is set to True, a black border is displayed on the magnifier.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.