StringAnimationUsingKeyFrames.GetNaturalDurationCore(Clock) Method        
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
protected:
 override System::Windows::Duration GetNaturalDurationCore(System::Windows::Media::Animation::Clock ^ clock);protected override sealed System.Windows.Duration GetNaturalDurationCore(System.Windows.Media.Animation.Clock clock);override this.GetNaturalDurationCore : System.Windows.Media.Animation.Clock -> System.Windows.DurationProtected Overrides NotOverridable Function GetNaturalDurationCore (clock As Clock) As DurationParameters
Returns
If the last key frame of this animation is a KeyTime, then this value is used as the NaturalDuration; otherwise it will be one second.