Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / 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
- TraceContextRecord.cs
- DbInsertCommandTree.cs
- WebBrowserUriTypeConverter.cs
- CheckBox.cs
- safesecurityhelperavalon.cs
- PolyQuadraticBezierSegment.cs
- ZipIOLocalFileBlock.cs
- DataGridItemCollection.cs
- EdmScalarPropertyAttribute.cs
- SignatureGenerator.cs
- RegexCapture.cs
- SdlChannelSink.cs
- SQLDecimalStorage.cs
- DesignObjectWrapper.cs
- DockPanel.cs
- HWStack.cs
- EditorZone.cs
- IOThreadScheduler.cs
- ButtonRenderer.cs
- DictionaryManager.cs
- LoginName.cs
- DescendantBaseQuery.cs
- BodyGlyph.cs
- TimelineGroup.cs
- COM2ColorConverter.cs
- ChannelBinding.cs
- StoreItemCollection.cs
- _DisconnectOverlappedAsyncResult.cs
- hebrewshape.cs
- FacetChecker.cs
- AppDomainShutdownMonitor.cs
- ServiceBehaviorAttribute.cs
- WaitHandle.cs
- ComplexLine.cs
- HtmlEmptyTagControlBuilder.cs
- COM2PropertyDescriptor.cs
- SplineKeyFrames.cs
- InvokeMethod.cs
- CRYPTPROTECT_PROMPTSTRUCT.cs
- EncoderParameter.cs
- NativeObjectSecurity.cs
- ConfigurationSectionCollection.cs
- UserControlBuildProvider.cs
- ProcessInputEventArgs.cs
- GlobalDataBindingHandler.cs
- SettingsPropertyValueCollection.cs
- ImageKeyConverter.cs
- MarkupCompilePass1.cs
- UserPreferenceChangingEventArgs.cs
- DocumentViewerConstants.cs
- GatewayDefinition.cs
- cookie.cs
- DesignerSerializationOptionsAttribute.cs
- ModifierKeysConverter.cs
- ColumnResizeUndoUnit.cs
- Math.cs
- ServicePointManager.cs
- HScrollBar.cs
- Transactions.cs
- UrlMapping.cs
- ScriptComponentDescriptor.cs
- ContentOperations.cs
- ObjectAnimationBase.cs
- BrowserDefinition.cs
- SwitchElementsCollection.cs
- DataSet.cs
- IsolatedStorageFilePermission.cs
- ListDictionary.cs
- PrefixHandle.cs
- RectangleHotSpot.cs
- sortedlist.cs
- ExtentKey.cs
- QueryGeneratorBase.cs
- ScrollItemProviderWrapper.cs
- ScrollViewer.cs
- ObjectToIdCache.cs
- RtfNavigator.cs
- ErrorsHelper.cs
- DynamicDiscoveryDocument.cs
- Expr.cs
- PageEventArgs.cs
- WindowsAltTab.cs
- KnownBoxes.cs
- DocobjHost.cs
- CustomError.cs
- ClientSettingsStore.cs
- ClientEventManager.cs
- SqlTrackingWorkflowInstance.cs
- Vars.cs
- KoreanCalendar.cs
- FirstQueryOperator.cs
- Token.cs
- PropertyValue.cs
- AssemblyCollection.cs
- IntegrationExceptionEventArgs.cs
- SemanticTag.cs
- NavigateEvent.cs
- FrugalMap.cs
- UInt64Converter.cs
- IISUnsafeMethods.cs