Zoom |
The ZoomBox Type exposes the following members.
| Name | Description of the | |
|---|---|---|
| HorizontalScroll | Gets or sets the horizontal scroll width in device-independent pixels. Default: 0.0. | |
| HorizontalScrollBarVisibility | Gets or sets the visibility of an optional horizontal scrollbar. | |
| IsHorizontalScrollbarVisible | Returns True if the horizontal scrollbar is currently visible. | |
| IsVerticalScrollbarVisible | Returns True if the vertical scrollbar is currently visible. | |
| MinimalScaleFactor | Get or set the minimum scale factor. The minimum scale factor indicates how much elements can be reduced in size. This also indirectly limits the maximum number of elements that can be can be on the screen at the same time. For very large jobs with very many controls, this is crucial for the performance of the WPF application. Default: 0.3. | |
| VerticalScroll | Gets or sets the vertical scroll width in device-independent pixels. Default: 0.0. | |
| VerticalScrollBarVisibility | Gets or sets the visibility of an optional vertical scrollbar. |