ZoomPanelViewbox Property |
Namespace: Ab2d.Controls
Viewbox defines which area of the ZoomPanel content will be shown. For example (0.5, 0, 0.5, 1) will show only the right half of the content.
See ViewboxEx and its samples for more details about Viewbox values.
Setting Viewbox is the same as calling SetViewbox(Rect) method.
To change the value of viewbox immediately (regardless of IsAnimated property, use the SetViewboxNow method.