Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / wpf / src / Core / CSharp / System / Windows / Media / Animation / FillBehavior.cs / 1 / 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. //------------------------------------------------------------------------------ // 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
- DataSet.cs
- ZipPackage.cs
- KeyNotFoundException.cs
- HTMLTagNameToTypeMapper.cs
- InternalControlCollection.cs
- LinearQuaternionKeyFrame.cs
- SingleStorage.cs
- ChunkedMemoryStream.cs
- EllipticalNodeOperations.cs
- LocationEnvironment.cs
- Int64.cs
- QilValidationVisitor.cs
- XmlSchemaObjectTable.cs
- UpdatePanelControlTrigger.cs
- XPathSelfQuery.cs
- DefaultEventAttribute.cs
- RegexRunnerFactory.cs
- ScrollChangedEventArgs.cs
- FormatterServices.cs
- ListBindingHelper.cs
- HostExecutionContextManager.cs
- WmlImageAdapter.cs
- InputReportEventArgs.cs
- TerminatorSinks.cs
- CodeMemberEvent.cs
- CapabilitiesRule.cs
- Stack.cs
- VisualBasicReference.cs
- WebPartConnectionsDisconnectVerb.cs
- mansign.cs
- BCryptSafeHandles.cs
- WebPartVerb.cs
- UserNamePasswordValidator.cs
- SafeFileMappingHandle.cs
- TextDecorations.cs
- RenderDataDrawingContext.cs
- SQLChars.cs
- AsyncContentLoadedEventArgs.cs
- AppDomainFactory.cs
- PackageDigitalSignatureManager.cs
- nulltextcontainer.cs
- Package.cs
- GenericIdentity.cs
- SaveFileDialog.cs
- InternalDispatchObject.cs
- PanelContainerDesigner.cs
- NativeMethods.cs
- FontNamesConverter.cs
- TextEditorSelection.cs
- XsdBuilder.cs
- Label.cs
- InstanceDescriptor.cs
- ExpressionNode.cs
- ReadOnlyPropertyMetadata.cs
- TableLayoutPanelCellPosition.cs
- DES.cs
- BaseDataList.cs
- MultiAsyncResult.cs
- PerformanceCounter.cs
- ThreadExceptionDialog.cs
- TransformProviderWrapper.cs
- SecurityElement.cs
- PolyLineSegmentFigureLogic.cs
- NativeMethods.cs
- CodeStatementCollection.cs
- ToolStripSeparator.cs
- SoapAttributeAttribute.cs
- ValidatorCompatibilityHelper.cs
- CachedBitmap.cs
- SystemColorTracker.cs
- Journaling.cs
- AttributeTable.cs
- BindingExpressionBase.cs
- DesignerActionHeaderItem.cs
- CryptoApi.cs
- XmlHierarchyData.cs
- ListSortDescription.cs
- HttpContext.cs
- NullableConverter.cs
- Cursors.cs
- Operand.cs
- FileDetails.cs
- InputReport.cs
- BindingMAnagerBase.cs
- CallId.cs
- TreeViewAutomationPeer.cs
- BaseParaClient.cs
- PanelStyle.cs
- FixedBufferAttribute.cs
- TableChangeProcessor.cs
- CompositeCollectionView.cs
- SmtpFailedRecipientsException.cs
- base64Transforms.cs
- EmptyReadOnlyDictionaryInternal.cs
- SafeArrayRankMismatchException.cs
- XhtmlBasicTextBoxAdapter.cs
- DataConnectionHelper.cs
- ActionFrame.cs
- RegexParser.cs
- ExceptionUtil.cs