Code:
/ 4.0 / 4.0 / 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. //------------------------------------------------------------------------------ // 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
- EditorPartChrome.cs
- PropertyFilterAttribute.cs
- RealizationContext.cs
- UnionCqlBlock.cs
- IdentityNotMappedException.cs
- InvokeProviderWrapper.cs
- DefaultValueAttribute.cs
- HashRepartitionStream.cs
- DivideByZeroException.cs
- ProviderCommandInfoUtils.cs
- RenamedEventArgs.cs
- CreateDataSourceDialog.cs
- Exceptions.cs
- Attributes.cs
- PopupEventArgs.cs
- XmlBinaryWriter.cs
- COM2ColorConverter.cs
- DataGridPagerStyle.cs
- ScrollChrome.cs
- RijndaelManaged.cs
- SourceItem.cs
- XmlObjectSerializerReadContextComplexJson.cs
- InputScopeNameConverter.cs
- SchemaTableColumn.cs
- WindowProviderWrapper.cs
- Color.cs
- BlurBitmapEffect.cs
- TcpTransportElement.cs
- RowToParametersTransformer.cs
- AuthenticateEventArgs.cs
- BufferAllocator.cs
- InternalConfigEventArgs.cs
- ContentDisposition.cs
- BinaryNode.cs
- PolyLineSegment.cs
- SamlSecurityToken.cs
- SpecialNameAttribute.cs
- Image.cs
- SqlComparer.cs
- X509ChainElement.cs
- ByteStream.cs
- ExtendedProtectionPolicyElement.cs
- ControlPropertyNameConverter.cs
- StylusPointProperty.cs
- HelpKeywordAttribute.cs
- ClientScriptManager.cs
- CodeSpit.cs
- SmtpClient.cs
- OraclePermissionAttribute.cs
- HelpOperationInvoker.cs
- MenuEventArgs.cs
- PageTheme.cs
- BoolExpr.cs
- LicenseContext.cs
- RuleRefElement.cs
- ToolboxComponentsCreatedEventArgs.cs
- SmtpTransport.cs
- DbProviderFactoriesConfigurationHandler.cs
- SystemThemeKey.cs
- ProfilePropertySettingsCollection.cs
- XmlDomTextWriter.cs
- TypeConverterHelper.cs
- OrderByQueryOptionExpression.cs
- PenThreadPool.cs
- SplitContainerDesigner.cs
- Axis.cs
- FontSizeConverter.cs
- WizardForm.cs
- WebPartMenu.cs
- OleDbPermission.cs
- DbgCompiler.cs
- WSFederationHttpSecurityMode.cs
- ExtenderHelpers.cs
- _ContextAwareResult.cs
- Solver.cs
- COM2Properties.cs
- ExtensibleClassFactory.cs
- QueryInterceptorAttribute.cs
- CompilerInfo.cs
- ValueUnavailableException.cs
- PeerNameRecordCollection.cs
- ToolboxDataAttribute.cs
- HtmlWindowCollection.cs
- ToolStripContentPanelDesigner.cs
- RepeatBehavior.cs
- DbConnectionPoolCounters.cs
- AudioFileOut.cs
- AnnotationComponentChooser.cs
- GeometryGroup.cs
- OracleInternalConnection.cs
- GridViewPageEventArgs.cs
- LoadItemsEventArgs.cs
- DoubleAnimation.cs
- Vector3DAnimationUsingKeyFrames.cs
- XhtmlTextWriter.cs
- PagesSection.cs
- InvalidWMPVersionException.cs
- WindowClosedEventArgs.cs
- ArgumentOutOfRangeException.cs
- IOException.cs