Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- Msec.cs
- ElementsClipboardData.cs
- AbsoluteQuery.cs
- TypedMessageConverter.cs
- GregorianCalendarHelper.cs
- CheckBoxRenderer.cs
- ForceCopyBuildProvider.cs
- HttpHandlersSection.cs
- PluralizationServiceUtil.cs
- RoleManagerEventArgs.cs
- MessageEnumerator.cs
- AppSettingsReader.cs
- TracedNativeMethods.cs
- XmlDictionary.cs
- FileAccessException.cs
- SamlAttribute.cs
- XmlReturnWriter.cs
- FormParameter.cs
- PrivateFontCollection.cs
- XPathItem.cs
- StaticResourceExtension.cs
- StreamUpgradeBindingElement.cs
- TypeUnloadedException.cs
- ControlHelper.cs
- TableRow.cs
- URI.cs
- TypeResolver.cs
- TemplateBindingExtension.cs
- MouseOverProperty.cs
- PrivilegedConfigurationManager.cs
- EventLogPermissionHolder.cs
- QueueNameHelper.cs
- DataViewListener.cs
- AddIn.cs
- GenericWebPart.cs
- ResolveCriteria11.cs
- PageParser.cs
- Int64Animation.cs
- MethodBuilderInstantiation.cs
- TreeViewDesigner.cs
- RuntimeCompatibilityAttribute.cs
- base64Transforms.cs
- Label.cs
- XmlSchemaElement.cs
- QilIterator.cs
- SafeThemeHandle.cs
- TokenBasedSetEnumerator.cs
- HttpContextWrapper.cs
- CanExecuteRoutedEventArgs.cs
- SelectorAutomationPeer.cs
- dataobject.cs
- SecureStringHasher.cs
- DesignerLoader.cs
- BaseDataBoundControl.cs
- Perspective.cs
- ExpressionEditorAttribute.cs
- ParameterBuilder.cs
- ConfigurationErrorsException.cs
- PaperSource.cs
- PrinterUnitConvert.cs
- DynamicResourceExtension.cs
- ScrollItemPattern.cs
- x509store.cs
- ClientTarget.cs
- PasswordRecoveryAutoFormat.cs
- CaseCqlBlock.cs
- WindowsProgressbar.cs
- PriorityRange.cs
- SafeFindHandle.cs
- Attachment.cs
- SqlComparer.cs
- TypeInitializationException.cs
- ResourceBinder.cs
- XmlNamedNodeMap.cs
- KnownTypesHelper.cs
- TextProviderWrapper.cs
- CustomWebEventKey.cs
- COM2FontConverter.cs
- TextRenderer.cs
- CompilerGlobalScopeAttribute.cs
- SharedStatics.cs
- ApplicationSecurityManager.cs
- BooleanSwitch.cs
- DataControlField.cs
- MarshalDirectiveException.cs
- PathSegmentCollection.cs
- ListViewItem.cs
- ZipFileInfo.cs
- KeyPressEvent.cs
- ProcessModuleCollection.cs
- ScrollItemProviderWrapper.cs
- SimpleBitVector32.cs
- SmiEventSink.cs
- InputEventArgs.cs
- SecurityCriticalDataForSet.cs
- MenuTracker.cs
- SoundPlayer.cs
- LocalBuilder.cs
- IntSecurity.cs
- ConnectivityStatus.cs