Share via


ScrollView.ZoomMode Propiedad

Definición

Obtiene o establece un valor que indica la capacidad de acercar y alejar mediante la entrada del usuario.

public:
 property ScrollingZoomMode ZoomMode { ScrollingZoomMode get(); void set(ScrollingZoomMode value); };
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomMode")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomMode")]
ScrollingZoomMode ZoomMode();

void ZoomMode(ScrollingZoomMode value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomMode")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomMode")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomMode")]
ScrollingZoomMode ZoomMode();

void ZoomMode(ScrollingZoomMode value);
public ScrollingZoomMode ZoomMode { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomMode")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomMode")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomMode")]
public ScrollingZoomMode ZoomMode { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomMode")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomMode")] set; }
var scrollingZoomMode = scrollView.zoomMode;
scrollView.zoomMode = scrollingZoomMode;
Public Property ZoomMode As ScrollingZoomMode

Valor de propiedad

Valor que indica la capacidad de acercar y alejar mediante la entrada del usuario. El valor predeterminado es Disabled.

Atributos
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Se aplica a