[]
You can change the appearance of the Magnifier Window by using the BorderBackgroundMode, BorderWidth, MagnifierShape and Size property. The following code creates a rectangular shaped Magnifier Window:
C1Magnify1.BorderWidth = 3
C1Magnify1.Shape = C1.Win.TouchToolKit.MagnifierShape.Rectangle
C1Magnify1.Size = New Size(300, 100)
C1Magnify1.BorderWidth = 3;
C1Magnify1.Shape = C1.Win.TouchToolKit.MagnifierShape.Rectangle;C1Magnify1.Size = new Size(300, 100);