Freigeben über


ScrollView.ZoomMode Eigenschaft

Definition

Ruft einen Wert ab, der die Möglichkeit zum Vergrößern und Verkleineren durch Benutzereingaben angibt, oder legt diesen fest.

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

Eigenschaftswert

Ein Wert, der die Möglichkeit angibt, mithilfe von Benutzereingaben ein- und verkleineren zu können. Der Standardwert lautet Disabled.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: