ZoomMode
ZoomMode
ZoomMode
ZoomMode
Enum
Definition
Defines constants that specify the current mode for zoom behavior in the ScrollViewer content.
public : enum class ZoomMode
enum class winrt::Windows::UI::Xaml::Controls::ZoomMode : int32_t
public enum ZoomMode
Public Enum ZoomMode
<objectproperty="enumMemberName" />
- Attributes
Windows 10 requirements
Device family |
Windows 10 (introduced v10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
Disabled Disabled Disabled Disabled | Zoom of content is disabled. |
Enabled Enabled Enabled Enabled | Zoom of content is enabled. |
Remarks
This enumeration provides values for the ScrollViewer.ZoomMode property. See ScrollViewer.ZoomMode for more info.