Skip to content

Latest commit

 

History

History
40 lines (29 loc) · 1.17 KB

objectkeyframe_value.md

File metadata and controls

40 lines (29 loc) · 1.17 KB
-api-id -api-type
P:Windows.UI.Xaml.Media.Animation.ObjectKeyFrame.Value
winrt property

Windows.UI.Xaml.Media.Animation.ObjectKeyFrame.Value

-description

Gets or sets the key frame's target value.

-xaml-syntax

<DiscreteObjectKeyFrame>
  <DiscreteObjectKeyFrame.Value>
    singleObject
  </DiscreteObjectKeyFrame.Value>
</DiscreteObjectKeyFrame>
- or -
<DiscreteObjectKeyFrame Value="stringForObject"/>

-xaml-values

singleObject
singleObjectA single object element for the object that provides the value. This object must support object element syntax for default construction.
stringForObject
stringForObjectA string that is interpreted by a particular object's attributed type converter, which can generate an instance of the object. You can use this form for enumeration values, by specifying the name of the desired constant from the enumeration.
## -property-value The key frame's target value, which is the value of this key frame at its specified [KeyTime](objectkeyframe_keytime.md). The default is null.

-remarks

-examples

-see-also