-
Notifications
You must be signed in to change notification settings - Fork 1.6k
/
Int16KeyFrame.xml
373 lines (362 loc) · 22.9 KB
/
Int16KeyFrame.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<Type Name="Int16KeyFrame" FullName="System.Windows.Media.Animation.Int16KeyFrame">
<TypeSignature Language="C#" Value="public abstract class Int16KeyFrame : System.Windows.Freezable, System.Windows.Media.Animation.IKeyFrame" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi abstract beforefieldinit Int16KeyFrame extends System.Windows.Freezable implements class System.Windows.Media.Animation.IKeyFrame" />
<TypeSignature Language="DocId" Value="T:System.Windows.Media.Animation.Int16KeyFrame" />
<TypeSignature Language="VB.NET" Value="Public MustInherit Class Int16KeyFrame
Inherits Freezable
Implements IKeyFrame" />
<TypeSignature Language="F#" Value="type Int16KeyFrame = class
 inherit Freezable
 interface IKeyFrame" />
<TypeSignature Language="C++ CLI" Value="public ref class Int16KeyFrame abstract : System::Windows::Freezable, System::Windows::Media::Animation::IKeyFrame" />
<AssemblyInfo>
<AssemblyName>PresentationCore</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Windows.Freezable</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.Windows.Media.Animation.IKeyFrame</InterfaceName>
</Interface>
</Interfaces>
<Docs>
<summary>Abstract class that, when implemented, defines an animation segment with its own target value and interpolation method for a <see cref="T:System.Windows.Media.Animation.Int16AnimationUsingKeyFrames" />.</summary>
<remarks>To be added.</remarks>
<altmember cref="T:System.Windows.Media.Animation.Int16KeyFrameCollection" />
<altmember cref="T:System.Windows.Media.Animation.Int16AnimationUsingKeyFrames" />
<related type="ExternalDocumentation" href="https://go.microsoft.com/fwlink/?LinkID=160012">KeyFrame Animation Sample</related>
</Docs>
<Members>
<MemberGroup MemberName=".ctor">
<AssemblyInfo>
<AssemblyName>PresentationCore</AssemblyName>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Docs>
<summary>Initializes a new instance of the <see cref="T:System.Windows.Media.Animation.Int16KeyFrame" /> class.</summary>
</Docs>
</MemberGroup>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected Int16KeyFrame ();" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor() cil managed" />
<MemberSignature Language="DocId" Value="M:System.Windows.Media.Animation.Int16KeyFrame.#ctor" />
<MemberSignature Language="VB.NET" Value="Protected Sub New ()" />
<MemberSignature Language="C++ CLI" Value="protected:
 Int16KeyFrame();" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>PresentationCore</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Attributes>
<Attribute FrameworkAlternate="netframework-4.0">
<AttributeName Language="C#">[System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")]</AttributeName>
<AttributeName Language="F#">[<System.Runtime.TargetedPatchingOptOut("Performance critical to inline this type of method across NGen image boundaries")>]</AttributeName>
</Attribute>
</Attributes>
<Parameters />
<Docs>
<summary>Initializes a new instance of the <see cref="T:System.Windows.Media.Animation.Int16KeyFrame" /> class.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected Int16KeyFrame (short value);" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor(int16 value) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Windows.Media.Animation.Int16KeyFrame.#ctor(System.Int16)" />
<MemberSignature Language="VB.NET" Value="Protected Sub New (value As Short)" />
<MemberSignature Language="F#" Value="new System.Windows.Media.Animation.Int16KeyFrame : int16 -> System.Windows.Media.Animation.Int16KeyFrame" Usage="new System.Windows.Media.Animation.Int16KeyFrame value" />
<MemberSignature Language="C++ CLI" Value="protected:
 Int16KeyFrame(short value);" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>PresentationCore</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="value" Type="System.Int16" />
</Parameters>
<Docs>
<param name="value">The <see cref="P:System.Windows.Media.Animation.Int16KeyFrame.Value" /> of the new <see cref="T:System.Windows.Media.Animation.Int16KeyFrame" /> instance.</param>
<summary>Initializes a new instance of the <see cref="T:System.Windows.Media.Animation.Int16KeyFrame" /> class that has the specified target <see cref="P:System.Windows.Media.Animation.Int16KeyFrame.Value" />.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName=".ctor">
<MemberSignature Language="C#" Value="protected Int16KeyFrame (short value, System.Windows.Media.Animation.KeyTime keyTime);" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig specialname rtspecialname instance void .ctor(int16 value, valuetype System.Windows.Media.Animation.KeyTime keyTime) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Windows.Media.Animation.Int16KeyFrame.#ctor(System.Int16,System.Windows.Media.Animation.KeyTime)" />
<MemberSignature Language="VB.NET" Value="Protected Sub New (value As Short, keyTime As KeyTime)" />
<MemberSignature Language="F#" Value="new System.Windows.Media.Animation.Int16KeyFrame : int16 * System.Windows.Media.Animation.KeyTime -> System.Windows.Media.Animation.Int16KeyFrame" Usage="new System.Windows.Media.Animation.Int16KeyFrame (value, keyTime)" />
<MemberSignature Language="C++ CLI" Value="protected:
 Int16KeyFrame(short value, System::Windows::Media::Animation::KeyTime keyTime);" />
<MemberType>Constructor</MemberType>
<AssemblyInfo>
<AssemblyName>PresentationCore</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<Parameters>
<Parameter Name="value" Type="System.Int16" />
<Parameter Name="keyTime" Type="System.Windows.Media.Animation.KeyTime" />
</Parameters>
<Docs>
<param name="value">The <see cref="P:System.Windows.Media.Animation.Int16KeyFrame.Value" /> of the new <see cref="T:System.Windows.Media.Animation.Int16KeyFrame" /> instance.</param>
<param name="keyTime">The <see cref="P:System.Windows.Media.Animation.Int16KeyFrame.KeyTime" /> of the new <see cref="T:System.Windows.Media.Animation.Int16KeyFrame" /> instance.</param>
<summary>Initializes a new instance of the <see cref="T:System.Windows.Media.Animation.Int16KeyFrame" /> class that has the specified target <see cref="P:System.Windows.Media.Animation.Int16KeyFrame.Value" /> and <see cref="P:System.Windows.Media.Animation.Int16KeyFrame.KeyTime" />.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="InterpolateValue">
<MemberSignature Language="C#" Value="public short InterpolateValue (short baseValue, double keyFrameProgress);" />
<MemberSignature Language="ILAsm" Value=".method public hidebysig instance int16 InterpolateValue(int16 baseValue, float64 keyFrameProgress) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Windows.Media.Animation.Int16KeyFrame.InterpolateValue(System.Int16,System.Double)" />
<MemberSignature Language="VB.NET" Value="Public Function InterpolateValue (baseValue As Short, keyFrameProgress As Double) As Short" />
<MemberSignature Language="F#" Value="member this.InterpolateValue : int16 * double -> int16" Usage="int16KeyFrame.InterpolateValue (baseValue, keyFrameProgress)" />
<MemberSignature Language="C++ CLI" Value="public:
 short InterpolateValue(short baseValue, double keyFrameProgress);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>PresentationCore</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int16</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="baseValue" Type="System.Int16" />
<Parameter Name="keyFrameProgress" Type="System.Double" />
</Parameters>
<Docs>
<param name="baseValue">The value to animate from.</param>
<param name="keyFrameProgress">A value between 0.0 and 1.0, inclusive, that specifies the percentage of time that has elapsed for this key frame.</param>
<summary>Returns the interpolated value of a specific key frame at the progress increment provided.</summary>
<returns>The output value of this key frame given the specified base value and progress.</returns>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
The base value is typically the initial value of the property being animated or the <xref:System.Windows.Media.Animation.BooleanKeyFrame.Value%2A> of the previous key frame.
Most implementations will return the value of `baseValue` when `keyFrameProgress` is 0.0.
]]></format>
</remarks>
<exception cref="T:System.ArgumentOutOfRangeException">Occurs if <paramref name="keyFrameProgress" /> is not between 0.0 and 1.0, inclusive.</exception>
</Docs>
</Member>
<Member MemberName="InterpolateValueCore">
<MemberSignature Language="C#" Value="protected abstract short InterpolateValueCore (short baseValue, double keyFrameProgress);" />
<MemberSignature Language="ILAsm" Value=".method familyhidebysig newslot virtual instance int16 InterpolateValueCore(int16 baseValue, float64 keyFrameProgress) cil managed" />
<MemberSignature Language="DocId" Value="M:System.Windows.Media.Animation.Int16KeyFrame.InterpolateValueCore(System.Int16,System.Double)" />
<MemberSignature Language="VB.NET" Value="Protected MustOverride Function InterpolateValueCore (baseValue As Short, keyFrameProgress As Double) As Short" />
<MemberSignature Language="F#" Value="abstract member InterpolateValueCore : int16 * double -> int16" Usage="int16KeyFrame.InterpolateValueCore (baseValue, keyFrameProgress)" />
<MemberSignature Language="C++ CLI" Value="protected:
 abstract short InterpolateValueCore(short baseValue, double keyFrameProgress);" />
<MemberType>Method</MemberType>
<AssemblyInfo>
<AssemblyName>PresentationCore</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int16</ReturnType>
</ReturnValue>
<Parameters>
<Parameter Name="baseValue" Type="System.Int16" />
<Parameter Name="keyFrameProgress" Type="System.Double" />
</Parameters>
<Docs>
<param name="baseValue">The value to animate from; typically the value of the previous key frame.</param>
<param name="keyFrameProgress">A value between 0.0 and 1.0, inclusive, that specifies the percentage of time that has elapsed for this key frame.</param>
<summary>Calculates the value of a key frame at the progress increment provided.</summary>
<returns>The output value of this key frame given the specified base value and progress.</returns>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="KeyTime">
<MemberSignature Language="C#" Value="public System.Windows.Media.Animation.KeyTime KeyTime { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance valuetype System.Windows.Media.Animation.KeyTime KeyTime" />
<MemberSignature Language="DocId" Value="P:System.Windows.Media.Animation.Int16KeyFrame.KeyTime" />
<MemberSignature Language="VB.NET" Value="Public Property KeyTime As KeyTime" />
<MemberSignature Language="F#" Value="member this.KeyTime : System.Windows.Media.Animation.KeyTime with get, set" Usage="System.Windows.Media.Animation.Int16KeyFrame.KeyTime" />
<MemberSignature Language="C++ CLI" Value="public:
 property System::Windows::Media::Animation::KeyTime KeyTime { System::Windows::Media::Animation::KeyTime get(); void set(System::Windows::Media::Animation::KeyTime value); };" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:System.Windows.Media.Animation.IKeyFrame.KeyTime</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>PresentationCore</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Windows.Media.Animation.KeyTime</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the time at which the key frame's target <see cref="P:System.Windows.Media.Animation.Int16KeyFrame.Value" /> should be reached.</summary>
<value>The time at which the key frame's current value should be equal to its <see cref="P:System.Windows.Media.Animation.Int16KeyFrame.Value" /> property. The default value is <see cref="P:System.Windows.Media.Animation.KeyTime.Uniform" />.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
<a name="dependencyPropertyInfo_KeyTime"></a>
## Dependency Property Information
|||
|-|-|
|Identifier field|<xref:System.Windows.Media.Animation.Int16KeyFrame.KeyTimeProperty>|
|Metadata properties set to `true`|None|
]]></format>
</remarks>
<related type="ExternalDocumentation" href="https://go.microsoft.com/fwlink/?LinkID=160012">KeyFrame Animation Sample</related>
</Docs>
</Member>
<Member MemberName="KeyTimeProperty">
<MemberSignature Language="C#" Value="public static readonly System.Windows.DependencyProperty KeyTimeProperty;" />
<MemberSignature Language="ILAsm" Value=".field public static initonly class System.Windows.DependencyProperty KeyTimeProperty" />
<MemberSignature Language="DocId" Value="F:System.Windows.Media.Animation.Int16KeyFrame.KeyTimeProperty" />
<MemberSignature Language="VB.NET" Value="Public Shared ReadOnly KeyTimeProperty As DependencyProperty " />
<MemberSignature Language="F#" Value=" staticval mutable KeyTimeProperty : System.Windows.DependencyProperty" Usage="System.Windows.Media.Animation.Int16KeyFrame.KeyTimeProperty" />
<MemberSignature Language="C++ CLI" Value="public: static initonly System::Windows::DependencyProperty ^ KeyTimeProperty;" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>PresentationCore</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Windows.DependencyProperty</ReturnType>
</ReturnValue>
<Docs>
<summary>Identifies the <see cref="P:System.Windows.Media.Animation.Int16KeyFrame.KeyTime" /> dependency property.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="System.Windows.Media.Animation.IKeyFrame.Value">
<MemberSignature Language="C#" Value="object System.Windows.Media.Animation.IKeyFrame.Value { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance object System.Windows.Media.Animation.IKeyFrame.Value" />
<MemberSignature Language="DocId" Value="P:System.Windows.Media.Animation.Int16KeyFrame.System#Windows#Media#Animation#IKeyFrame#Value" />
<MemberSignature Language="VB.NET" Value=" Property Value As Object Implements IKeyFrame.Value" />
<MemberSignature Language="F#" Value="member this.System.Windows.Media.Animation.IKeyFrame.Value : obj with get, set" Usage="System.Windows.Media.Animation.IKeyFrame.Value" />
<MemberSignature Language="C++ CLI" Value="property System::Object ^ System::Windows::Media::Animation::IKeyFrame::Value { System::Object ^ get(); void set(System::Object ^ value); };" />
<MemberType>Property</MemberType>
<Implements>
<InterfaceMember>P:System.Windows.Media.Animation.IKeyFrame.Value</InterfaceMember>
</Implements>
<AssemblyInfo>
<AssemblyName>PresentationCore</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Object</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the value associated with a <see cref="T:System.Windows.Media.Animation.KeyTime" /> instance.</summary>
<value>The current value for this property.</value>
<remarks>To be added.</remarks>
</Docs>
</Member>
<Member MemberName="Value">
<MemberSignature Language="C#" Value="public short Value { get; set; }" />
<MemberSignature Language="ILAsm" Value=".property instance int16 Value" />
<MemberSignature Language="DocId" Value="P:System.Windows.Media.Animation.Int16KeyFrame.Value" />
<MemberSignature Language="VB.NET" Value="Public Property Value As Short" />
<MemberSignature Language="F#" Value="member this.Value : int16 with get, set" Usage="System.Windows.Media.Animation.Int16KeyFrame.Value" />
<MemberSignature Language="C++ CLI" Value="public:
 property short Value { short get(); void set(short value); };" />
<MemberType>Property</MemberType>
<AssemblyInfo>
<AssemblyName>PresentationCore</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Int16</ReturnType>
</ReturnValue>
<Docs>
<summary>Gets or sets the key frame's target value.</summary>
<value>The key frame's target value, which is the value of this key frame at its specified <see cref="P:System.Windows.Media.Animation.Int16KeyFrame.KeyTime" />. The default value is <c>0</c>.</value>
<remarks>
<format type="text/markdown"><![CDATA[
## Remarks
<a name="dependencyPropertyInfo_Value"></a>
## Dependency Property Information
|||
|-|-|
|Identifier field|<xref:System.Windows.Media.Animation.Int16KeyFrame.ValueProperty>|
|Metadata properties set to `true`|None|
]]></format>
</remarks>
</Docs>
</Member>
<Member MemberName="ValueProperty">
<MemberSignature Language="C#" Value="public static readonly System.Windows.DependencyProperty ValueProperty;" />
<MemberSignature Language="ILAsm" Value=".field public static initonly class System.Windows.DependencyProperty ValueProperty" />
<MemberSignature Language="DocId" Value="F:System.Windows.Media.Animation.Int16KeyFrame.ValueProperty" />
<MemberSignature Language="VB.NET" Value="Public Shared ReadOnly ValueProperty As DependencyProperty " />
<MemberSignature Language="F#" Value=" staticval mutable ValueProperty : System.Windows.DependencyProperty" Usage="System.Windows.Media.Animation.Int16KeyFrame.ValueProperty" />
<MemberSignature Language="C++ CLI" Value="public: static initonly System::Windows::DependencyProperty ^ ValueProperty;" />
<MemberType>Field</MemberType>
<AssemblyInfo>
<AssemblyName>PresentationCore</AssemblyName>
<AssemblyVersion>3.0.0.0</AssemblyVersion>
<AssemblyVersion>4.0.0.0</AssemblyVersion>
<AssemblyVersion>5.0.0.0</AssemblyVersion>
<AssemblyVersion>6.0.0.0</AssemblyVersion>
<AssemblyVersion>7.0.0.0</AssemblyVersion>
<AssemblyVersion>8.0.0.0</AssemblyVersion>
<AssemblyVersion>9.0.0.0</AssemblyVersion>
</AssemblyInfo>
<ReturnValue>
<ReturnType>System.Windows.DependencyProperty</ReturnType>
</ReturnValue>
<Docs>
<summary>Identifies the <see cref="P:System.Windows.Media.Animation.Int16KeyFrame.Value" /> dependency property.</summary>
<remarks>To be added.</remarks>
</Docs>
</Member>
</Members>
</Type>