Windows.UI.Xaml.Media.Animation.PointKeyFrame.Value

July 6, 2022 · View on GitHub

-description

Gets or sets the key frame's target value.

-xaml-syntax

<pointKeyFrame Value="x,y"/>

-xaml-values

x
xThe x-value of the Point that specifies the frame's value.
y
yThe y-value of a Point that specifies the frame's value.
## -property-value The key frame's target value, which is the value of this key frame at its specified [KeyTime](pointkeyframe_keytime.md). The default is 0.

-remarks

-examples

-see-also