Freigeben über


ScrollView.ZoomChainMode Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob das Zoomen an ein äußeres Bildlaufsteuerelement verkettet werden soll, oder legt diesen fest.

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

void ZoomChainMode(ScrollingChainMode value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomChainMode")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomChainMode")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomChainMode")]
ScrollingChainMode ZoomChainMode();

void ZoomChainMode(ScrollingChainMode value);
public ScrollingChainMode ZoomChainMode { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomChainMode")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomChainMode")] set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomChainMode")]
public ScrollingChainMode ZoomChainMode { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomChainMode")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="ScrollView::s_defaultZoomChainMode")] set; }
var scrollingChainMode = scrollView.zoomChainMode;
scrollView.zoomChainMode = scrollingChainMode;
Public Property ZoomChainMode As ScrollingChainMode

Eigenschaftswert

Ein Wert aus der Enumeration. Der Standardwert ist Auto.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: