Click or drag to resize

ZoomBox properties

The ZoomBox Type exposes the following members.

Properties
 NameDescription of the
Public PropertyHorizontalScroll Gets or sets the horizontal scroll width in device-independent pixels. Default: 0.0.
Public PropertyHorizontalScrollBarVisibility Gets or sets the visibility of an optional horizontal scrollbar.
Public PropertyIsHorizontalScrollbarVisible Returns True if the horizontal scrollbar is currently visible.
Public PropertyIsVerticalScrollbarVisible Returns True if the vertical scrollbar is currently visible.
Public PropertyMinimalScaleFactor 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.
Public PropertyVerticalScroll Gets or sets the vertical scroll width in device-independent pixels. Default: 0.0.
Public PropertyVerticalScrollBarVisibility Gets or sets the visibility of an optional vertical scrollbar.
Back to the top
See also