ScrollViewer.SetZoomMode(DependencyObject, ZoomMode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void SetZoomMode(DependencyObject ^ element, ZoomMode zoomMode);
static void SetZoomMode(DependencyObject const& element, ZoomMode const& zoomMode);
public static void SetZoomMode(DependencyObject element, ZoomMode zoomMode);
function setZoomMode(element, zoomMode)
Public Shared Sub SetZoomMode (element As DependencyObject, zoomMode As ZoomMode)
Parameters
- element
- DependencyObject
The element on which to set the property value.
- zoomMode
- ZoomMode
The value to set.
Remarks
For more info, see the ZoomMode property.