ParallaxView.IsHorizontalShiftClamped Eigenschaft
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Ruft einen Wert ab oder legt einen Wert fest, der angibt, ob das horizontale Parallax-Verhältnis auf einen angegebenen Prozentsatz der Bildlaufgeschwindigkeit der Quelle gekleinelt wird.
Diese Dokumentation gilt für WinUI 2 für UWP (für WinUI im Windows App SDK, siehe die Windows App SDK Namespaces).
public:
property bool IsHorizontalShiftClamped { bool get(); void set(bool value); };
bool IsHorizontalShiftClamped();
void IsHorizontalShiftClamped(bool value);
/// [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [get: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
/// [set: Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
bool IsHorizontalShiftClamped();
void IsHorizontalShiftClamped(bool value);
public bool IsHorizontalShiftClamped { get; set; }
[Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")]
public bool IsHorizontalShiftClamped { [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] get; [Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValue(value="true")] set; }
Public Property IsHorizontalShiftClamped As Boolean
<ParallaxView IsHorizontalShiftClamped="bool" .../>
Eigenschaftswert
bool
true , wenn das Parallax-Verhältnis auf einen angegebenen Prozentsatz der Bildlaufgeschwindigkeit der Quelle gekleinelt wird; andernfalls false. Der Standardwert ist true.
- Attribute
-
Microsoft.UI.Xaml.CustomAttributes.MUXPropertyDefaultValueAttribute