diff --git a/xml/System.Windows.Media.Animation/IAnimation.xml b/xml/System.Windows.Media.Animation/IAnimation.xml index 68e5dc8d0a8..3567ded27bd 100644 --- a/xml/System.Windows.Media.Animation/IAnimation.xml +++ b/xml/System.Windows.Media.Animation/IAnimation.xml @@ -11,7 +11,7 @@ - To be added. + Provides support for animating a property value. To be added. @@ -35,13 +35,15 @@ - To be added. - To be added. - To be added. - To be added. - To be added. + The suggested origin value to provide the animation, which is used if the animation does not have its own concept of a start value. If this animation is the first in a composition chain, it is the snapshot value, if one is available, or the base property value, if it is not; otherwise, it is the value returned by the previous animation in the chain with an animation clock that is not . + The suggested destination value to provide the animation, which is used if the animation does not have its own concept of an end value. It is the base value if the animation is in the first composition layer of animations on a property; otherwise, it is the output value from the previous composition layer of animations for the property. + The animation clock that can generate the or value to be used by the animation to generate its output value. + Calculates the value this animation believes should be the current value for the property. + The value this animation believes should be the current value for the property. To be added. + + diff --git a/xml/System.Windows.Media/PenDashCap.xml b/xml/System.Windows.Media/PenDashCap.xml index bb4486534d1..07d01f741a6 100644 --- a/xml/System.Windows.Media/PenDashCap.xml +++ b/xml/System.Windows.Media/PenDashCap.xml @@ -13,7 +13,7 @@ System.Enum - To be added. + Describes the shape at the end of each dash segment. To be added. @@ -34,7 +34,7 @@ 0 - To be added. + A cap that does not extend past the last point of the line. It is comparable to no line cap. @@ -54,7 +54,7 @@ 2 - To be added. + A semicircle that has a diameter equal to the line thickness. @@ -74,8 +74,9 @@ 3 - To be added. + An isosceles right triangle whose base length is equal to the thickness of the line. +