Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 737 Bytes

pointkeyframe_value.md

File metadata and controls

32 lines (23 loc) · 737 Bytes
-api-id -api-type
P:Microsoft.UI.Xaml.Media.Animation.PointKeyFrame.Value
winrt property

Microsoft.UI.Xaml.Media.Animation.PointKeyFrame.Value

-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