Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Framework / System / Windows / Media / Animation / Generated / KeyFrames.cs / 1 / KeyFrames.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // This file was generated, please do not edit it directly. // // Please see http://wiki/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information. // //--------------------------------------------------------------------------- using MS.Internal; using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Windows.Media; using System.Windows.Media.Media3D; using MS.Internal.PresentationFramework; namespace System.Windows.Media.Animation { ////// This class is used as part of a ThicknessKeyFrameCollection in /// conjunction with a KeyFrameThicknessAnimation to animate a /// Thickness property value along a set of key frames. /// public abstract class ThicknessKeyFrame : Freezable, IKeyFrame { #region Constructors ////// Creates a new ThicknessKeyFrame. /// protected ThicknessKeyFrame() : base() { } ////// Creates a new ThicknessKeyFrame. /// protected ThicknessKeyFrame(Thickness value) : this() { Value = value; } ////// Creates a new DiscreteThicknessKeyFrame. /// protected ThicknessKeyFrame(Thickness value, KeyTime keyTime) : this() { Value = value; KeyTime = keyTime; } #endregion #region IKeyFrame ////// KeyTime Property /// public static readonly DependencyProperty KeyTimeProperty = DependencyProperty.Register( "KeyTime", typeof(KeyTime), typeof(ThicknessKeyFrame), new PropertyMetadata(KeyTime.Uniform)); ////// The time at which this KeyFrame's value should be equal to the Value /// property. /// public KeyTime KeyTime { get { return (KeyTime)GetValue(KeyTimeProperty); } set { SetValueInternal(KeyTimeProperty, value); } } ////// Value Property /// public static readonly DependencyProperty ValueProperty = DependencyProperty.Register( "Value", typeof(Thickness), typeof(ThicknessKeyFrame), new PropertyMetadata()); ////// The value of this key frame at the KeyTime specified. /// object IKeyFrame.Value { get { return Value; } set { Value = (Thickness)value; } } ////// The value of this key frame at the KeyTime specified. /// public Thickness Value { get { return (Thickness)GetValue(ValueProperty); } set { SetValueInternal(ValueProperty, value); } } #endregion #region Public Methods ////// Gets the interpolated value of the key frame at the progress value /// provided. The progress value should be calculated in terms of this /// specific key frame. /// public Thickness InterpolateValue( Thickness baseValue, double keyFrameProgress) { if ( keyFrameProgress < 0.0 || keyFrameProgress > 1.0) { throw new ArgumentOutOfRangeException("keyFrameProgress"); } return InterpolateValueCore(baseValue, keyFrameProgress); } #endregion #region Protected Methods ////// This method should be implemented by derived classes to calculate /// the value of this key frame at the progress value provided. /// protected abstract Thickness InterpolateValueCore( Thickness baseValue, double keyFrameProgress); #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // // This file was generated, please do not edit it directly. // // Please see http://wiki/default.aspx/Microsoft.Projects.Avalon/MilCodeGen.html for more information. // //--------------------------------------------------------------------------- using MS.Internal; using System; using System.Collections; using System.ComponentModel; using System.Diagnostics; using System.Windows.Media; using System.Windows.Media.Media3D; using MS.Internal.PresentationFramework; namespace System.Windows.Media.Animation { ////// This class is used as part of a ThicknessKeyFrameCollection in /// conjunction with a KeyFrameThicknessAnimation to animate a /// Thickness property value along a set of key frames. /// public abstract class ThicknessKeyFrame : Freezable, IKeyFrame { #region Constructors ////// Creates a new ThicknessKeyFrame. /// protected ThicknessKeyFrame() : base() { } ////// Creates a new ThicknessKeyFrame. /// protected ThicknessKeyFrame(Thickness value) : this() { Value = value; } ////// Creates a new DiscreteThicknessKeyFrame. /// protected ThicknessKeyFrame(Thickness value, KeyTime keyTime) : this() { Value = value; KeyTime = keyTime; } #endregion #region IKeyFrame ////// KeyTime Property /// public static readonly DependencyProperty KeyTimeProperty = DependencyProperty.Register( "KeyTime", typeof(KeyTime), typeof(ThicknessKeyFrame), new PropertyMetadata(KeyTime.Uniform)); ////// The time at which this KeyFrame's value should be equal to the Value /// property. /// public KeyTime KeyTime { get { return (KeyTime)GetValue(KeyTimeProperty); } set { SetValueInternal(KeyTimeProperty, value); } } ////// Value Property /// public static readonly DependencyProperty ValueProperty = DependencyProperty.Register( "Value", typeof(Thickness), typeof(ThicknessKeyFrame), new PropertyMetadata()); ////// The value of this key frame at the KeyTime specified. /// object IKeyFrame.Value { get { return Value; } set { Value = (Thickness)value; } } ////// The value of this key frame at the KeyTime specified. /// public Thickness Value { get { return (Thickness)GetValue(ValueProperty); } set { SetValueInternal(ValueProperty, value); } } #endregion #region Public Methods ////// Gets the interpolated value of the key frame at the progress value /// provided. The progress value should be calculated in terms of this /// specific key frame. /// public Thickness InterpolateValue( Thickness baseValue, double keyFrameProgress) { if ( keyFrameProgress < 0.0 || keyFrameProgress > 1.0) { throw new ArgumentOutOfRangeException("keyFrameProgress"); } return InterpolateValueCore(baseValue, keyFrameProgress); } #endregion #region Protected Methods ////// This method should be implemented by derived classes to calculate /// the value of this key frame at the progress value provided. /// protected abstract Thickness InterpolateValueCore( Thickness baseValue, double keyFrameProgress); #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- VsPropertyGrid.cs
- AssertFilter.cs
- PageStatePersister.cs
- DbDataRecord.cs
- AccessDataSourceView.cs
- AccessDataSource.cs
- TreeViewImageGenerator.cs
- KeyEvent.cs
- TokenBasedSetEnumerator.cs
- ContainerSelectorBehavior.cs
- RequestResponse.cs
- ContextTokenTypeConverter.cs
- XpsFilter.cs
- DataControlImageButton.cs
- UnsafeNativeMethods.cs
- XmlWriter.cs
- ExpressionVisitor.cs
- WinInet.cs
- ExpressionVisitor.cs
- AsynchronousChannelMergeEnumerator.cs
- SchemaAttDef.cs
- TypeBrowser.xaml.cs
- WebPartTransformer.cs
- WmpBitmapDecoder.cs
- HMACRIPEMD160.cs
- ConstraintConverter.cs
- WrappedOptions.cs
- DataGridViewCellPaintingEventArgs.cs
- CodeDefaultValueExpression.cs
- DbDataAdapter.cs
- XmlDocumentType.cs
- SelectedDatesCollection.cs
- HuffmanTree.cs
- SQLChars.cs
- ScriptRegistrationManager.cs
- EditorServiceContext.cs
- ProjectionPruner.cs
- DataGridBoolColumn.cs
- SetterBaseCollection.cs
- DataGridTablesFactory.cs
- TypeSchema.cs
- BamlLocalizableResource.cs
- DeviceSpecificChoice.cs
- GridProviderWrapper.cs
- Typeface.cs
- FreeIndexList.cs
- XamlFxTrace.cs
- MappingMetadataHelper.cs
- ButtonFieldBase.cs
- LinkedResource.cs
- CharStorage.cs
- SimpleWorkerRequest.cs
- KeyEvent.cs
- ADConnectionHelper.cs
- SizeLimitedCache.cs
- WebServiceData.cs
- CommonGetThemePartSize.cs
- Select.cs
- TransformerTypeCollection.cs
- ConfigPathUtility.cs
- XsdValidatingReader.cs
- DragDeltaEventArgs.cs
- XPathNavigator.cs
- WebConfigurationManager.cs
- ParamArrayAttribute.cs
- AlignmentYValidation.cs
- FloaterParagraph.cs
- TimeSpanValidatorAttribute.cs
- RenamedEventArgs.cs
- RotateTransform3D.cs
- EntityCommand.cs
- WeakReferenceKey.cs
- SystemInformation.cs
- TranslateTransform3D.cs
- VisualTreeHelper.cs
- DBPropSet.cs
- FloatUtil.cs
- DetailsViewRowCollection.cs
- ScrollBar.cs
- IdnMapping.cs
- TextEvent.cs
- StorageComplexTypeMapping.cs
- OleDbException.cs
- CacheEntry.cs
- CharacterBuffer.cs
- ObjectStateFormatter.cs
- UInt64.cs
- PointF.cs
- ControlOperationBehavior.cs
- Lease.cs
- CompiledQuery.cs
- ClientData.cs
- CodeAccessPermission.cs
- URLString.cs
- TraceContextRecord.cs
- HandlerBase.cs
- MenuItemCollection.cs
- OletxDependentTransaction.cs
- ValidatedMobileControlConverter.cs
- ElementAction.cs