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.