You can change ZoomFactor of the Magnifier Window by using the C1Magnify.ZoomFactor property.
[C#]
C1Magnify1.ZoomFactor = 4.0f; |
[Visual Basic]
C1Magnify1.ZoomFactor = 4.0F |
The following table illustrates how the Magnifier window frame appears when its C1Magnify.ZoomFactor property is set to 200%(Default) and 300%:
200%(Default) |
300% |