ZoomControl.Mode Property
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.
Gets a value indicating the current zoom transition mode.
public:
property ZoomTransitionMode Mode { ZoomTransitionMode get(); };
ZoomTransitionMode Mode();
public ZoomTransitionMode Mode { get; }
var zoomTransitionMode = zoomControl.mode;
Public ReadOnly Property Mode As ZoomTransitionMode
Property Value
A value indicating the current zoom transition mode.
Remarks
Set the zoom transition mode by creating an instance of the ZoomSettings class and passing it into the Configure method.