Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Core / CSharp / System / Windows / Media / Animation / FillBehavior.cs / 1305600 / FillBehavior.cs
//------------------------------------------------------------------------------ // Microsoft Windows Client Platform // Copyright (c) Microsoft Corporation, 2004 // // File: FillBehavior.cs //----------------------------------------------------------------------------- using System.Windows.Media.Animation; namespace System.Windows.Media.Animation { ////// The FillBehavior enumeration is used to indicate how a Timeline will behave /// when it is outside of its active period but its parent is inside its /// active period. /// public enum FillBehavior { ////// Indicates that a Timeline will hold its progress between the period of /// time between the end of its active period and the end of its parents active and /// hold periods. /// HoldEnd, #if IMPLEMENTED // Uncomment when implemented ////// Indicates that a Timeline will hold its initial active progress during the /// period of time between when its parent has become active and it /// becomes active. The Timeline will stop after the completion of /// its own active period. /// HoldBegin, ////// Indicates that a Timeline will hold its progress both before and after /// its active period as long as its parent is in its active or hold periods. /// HoldBeginAndEnd #endif ////// Indicates that a Timeline will stop if it's outside its active /// period while its parent is inside its active period. /// Stop, } } namespace MS.Internal { internal static partial class TimeEnumHelper { private const int c_maxFillBehavior = (int)FillBehavior.Stop; static internal bool IsValidFillBehavior(FillBehavior value) { return (0 <= value && (int)value <= c_maxFillBehavior); } } } // 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
- TypeNameConverter.cs
- FreezableOperations.cs
- HatchBrush.cs
- TimeSpanSecondsOrInfiniteConverter.cs
- InternalConfigRoot.cs
- BufferedGraphicsContext.cs
- InternalResources.cs
- WindowsGraphics.cs
- RelationalExpressions.cs
- PermissionSetEnumerator.cs
- PeerApplication.cs
- TraceUtils.cs
- Nullable.cs
- CodeExpressionCollection.cs
- datacache.cs
- EventWaitHandle.cs
- StructuralCache.cs
- SinglePageViewer.cs
- HWStack.cs
- BufferedStream.cs
- RegexWorker.cs
- ControlBuilderAttribute.cs
- BindableAttribute.cs
- LongValidatorAttribute.cs
- KnownColorTable.cs
- TreeViewImageKeyConverter.cs
- LongValidator.cs
- XmlAttributeOverrides.cs
- XamlStyleSerializer.cs
- DPTypeDescriptorContext.cs
- CFGGrammar.cs
- SafeViewOfFileHandle.cs
- XmlDataDocument.cs
- Matrix3DConverter.cs
- Sentence.cs
- ContextMenuService.cs
- DataGridCell.cs
- Point3D.cs
- EntityDesignPluralizationHandler.cs
- DataGridViewTextBoxEditingControl.cs
- DiagnosticsElement.cs
- BinaryFormatterWriter.cs
- MexTcpBindingElement.cs
- ActivitiesCollection.cs
- BypassElement.cs
- UpWmlMobileTextWriter.cs
- CorrelationInitializer.cs
- XmlSchemaType.cs
- SmiSettersStream.cs
- ProjectedWrapper.cs
- Timeline.cs
- WebControlAdapter.cs
- FormViewPagerRow.cs
- AutomationIdentifierGuids.cs
- InvokeMethodActivityDesigner.cs
- StretchValidation.cs
- InputBuffer.cs
- SoapCodeExporter.cs
- unsafenativemethodsother.cs
- ImageDrawing.cs
- XmlMembersMapping.cs
- VirtualDirectoryMapping.cs
- EditModeSwitchButton.cs
- Bits.cs
- DataGridHeadersVisibilityToVisibilityConverter.cs
- objectquery_tresulttype.cs
- ResourceContainer.cs
- sitestring.cs
- MemberHolder.cs
- sqlnorm.cs
- IdentityNotMappedException.cs
- PinnedBufferMemoryStream.cs
- LoginUtil.cs
- UniqueIdentifierService.cs
- UnsafeNativeMethods.cs
- WithParamAction.cs
- XmlSchemaAll.cs
- DataGridTextBox.cs
- LineServicesCallbacks.cs
- ChangeTracker.cs
- GenericTypeParameterBuilder.cs
- Pair.cs
- MsmqTransportSecurity.cs
- ToolZone.cs
- RectangleGeometry.cs
- OleTxTransaction.cs
- SignatureResourcePool.cs
- ConfigurationElementProperty.cs
- TextRange.cs
- ComponentCollection.cs
- RuntimeHelpers.cs
- WindowInteractionStateTracker.cs
- Int64KeyFrameCollection.cs
- RowToFieldTransformer.cs
- RenderingEventArgs.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- UrlMappingCollection.cs
- Int32Storage.cs
- BufferModeSettings.cs
- InputReferenceExpression.cs