Freigeben über


ScrollView.HorizontalScrollChainMode Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob horizontaler Bildlauf mit einem äußeren Bildlaufsteuerelement verkettet werden soll, oder legt diesen fest.

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

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

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

Eigenschaftswert

Ein Wert aus der Enumeration. Der Standardwert ist Auto.

Attribute
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute

Gilt für: