Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Animation / QuaternionAnimation.cs / 1305600 / QuaternionAnimation.cs
//---------------------------------------------------------------------------- // //// Copyright (C) Microsoft Corporation. All rights reserved. // // //--------------------------------------------------------------------------- using System; using System.Windows; using MS.Internal.KnownBoxes; namespace System.Windows.Media.Animation { ////// Animates the value of a bool property using linear interpolation /// between two values. The values are determined by the combination of /// From, To, or By values that are set on the animation. /// public partial class QuaternionAnimation : QuaternionAnimationBase { ////// UseShortestPath Property /// public static readonly DependencyProperty UseShortestPathProperty = DependencyProperty.Register( "UseShortestPath", typeof(bool), typeof(QuaternionAnimation), new PropertyMetadata(/* defaultValue = */ BooleanBoxes.TrueBox)); ////// If true, the animation will automatically flip the sign of the destination /// Quaternion to ensure the shortest path is taken. /// public bool UseShortestPath { get { return (bool) GetValue(UseShortestPathProperty); } set { SetValue(UseShortestPathProperty, value); } } } } // 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
- TextShapeableCharacters.cs
- SoapReflectionImporter.cs
- PolyLineSegment.cs
- LoadGrammarCompletedEventArgs.cs
- AdornerHitTestResult.cs
- Button.cs
- NativeMethodsOther.cs
- ObfuscationAttribute.cs
- Array.cs
- CompilerScopeManager.cs
- Latin1Encoding.cs
- AnchoredBlock.cs
- CmsInterop.cs
- MetadataHelper.cs
- TrimSurroundingWhitespaceAttribute.cs
- WindowsFormsSynchronizationContext.cs
- FixedPage.cs
- PropertyToken.cs
- Margins.cs
- Evidence.cs
- VisualCollection.cs
- ProxySimple.cs
- WebServiceHost.cs
- SqlDuplicator.cs
- IntellisenseTextBox.designer.cs
- RequestTimeoutManager.cs
- MessageBox.cs
- InstalledVoice.cs
- CompilerError.cs
- FrameworkContextData.cs
- InteropAutomationProvider.cs
- NegotiateStream.cs
- SoapObjectWriter.cs
- XmlSchemaDocumentation.cs
- CaseExpr.cs
- FileFormatException.cs
- AncillaryOps.cs
- UserPreferenceChangedEventArgs.cs
- ThreadStateException.cs
- SQLBytes.cs
- WindowsAuthenticationEventArgs.cs
- MediaElement.cs
- XmlSchemaGroupRef.cs
- UIElement3D.cs
- Separator.cs
- AsyncOperationManager.cs
- Transactions.cs
- PackageDigitalSignature.cs
- LateBoundBitmapDecoder.cs
- Section.cs
- EntityDataSourceChangingEventArgs.cs
- TableParaClient.cs
- RecommendedAsConfigurableAttribute.cs
- RootBrowserWindow.cs
- SystemIPAddressInformation.cs
- XmlToDatasetMap.cs
- Ref.cs
- BulletDecorator.cs
- TrailingSpaceComparer.cs
- SchemaEntity.cs
- ReadWriteObjectLock.cs
- TextBox.cs
- ManagementClass.cs
- WindowShowOrOpenTracker.cs
- UnaryNode.cs
- EntityDataSourceSelectedEventArgs.cs
- ListViewInsertionMark.cs
- Clock.cs
- safemediahandle.cs
- FlowDocumentPageViewerAutomationPeer.cs
- HTTPAPI_VERSION.cs
- RSAPKCS1SignatureFormatter.cs
- SimplePropertyEntry.cs
- IISMapPath.cs
- OutputScope.cs
- TimeoutValidationAttribute.cs
- BooleanSwitch.cs
- FontInfo.cs
- UrlAuthorizationModule.cs
- TreeViewEvent.cs
- EntityDataSourceContextDisposingEventArgs.cs
- AffineTransform3D.cs
- ConfigXmlDocument.cs
- DbDataRecord.cs
- Logging.cs
- AnimatedTypeHelpers.cs
- BitmapEffectDrawingContent.cs
- brushes.cs
- CapabilitiesRule.cs
- ContentTypeSettingDispatchMessageFormatter.cs
- NotificationContext.cs
- BitmapEncoder.cs
- XmlAnyAttributeAttribute.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- DiscoveryReferences.cs
- UnsafeNativeMethods.cs
- BitmapInitialize.cs
- ToolStripPanelDesigner.cs
- TypeNameConverter.cs
- BinaryMethodMessage.cs