-api-id | -api-type |
---|---|
P:Microsoft.UI.Xaml.Media.Animation.ColorKeyFrame.Value |
winrt property |
Gets or sets the key frame's target value.
<colorKeyFrame Value="colorString"/>
-or-
<colorKeyFrame Value="referenceToColor"/>
- or -
<colorKeyFrame>
<colorKeyFrame.Value>
<Color>colorString</Color>
</colorKeyFrame.Value>
</colorKeyFrame>
- colorString
- colorStringA color specified as a string, using a variety of possible formats, including predefined named colors. For the full list of available string formats that can specify a Color as an attribute, see Color.
- referenceToColor
- referenceToColorA {StaticResource} markup extension reference or other reference to an existing color. You can define a Color in a ResourceDictionary in the form <Color x:Key="key">colorString</Color>.