Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Media / Animation / SlipBehavior.cs / 1 / SlipBehavior.cs
//------------------------------------------------------------------------------ // Microsoft Windows Client Platform // Copyright (c) Microsoft Corporation, 2005 // // File: SlipBehavior.cs //----------------------------------------------------------------------------- using System.Windows.Media.Animation; namespace System.Windows.Media.Animation { ////// The SlipBehavior enumeration is used to indicate how a TimelineGroup will behave /// when one of its children slips. /// public enum SlipBehavior { ////// Indicates that a TimelineGroup will not slip with the chidren, but will /// expand to fit all slipping children. /// NOTE: This is only effective when the TimelineGroup's duration is not explicitly /// specified. /// Grow, ////// Indicates that a TimelineGroup will slip along with its first child that /// has CanSlip set to true. /// Slip, } } namespace MS.Internal { internal static partial class TimeEnumHelper { private const int c_maxSlipBehavior = (int)SlipBehavior.Slip; static internal bool IsValidSlipBehavior(SlipBehavior value) { return (0 <= value && (int)value <= c_maxSlipBehavior); } } } // 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
- DoubleLinkListEnumerator.cs
- XmlCodeExporter.cs
- FileClassifier.cs
- WebMethodAttribute.cs
- MarkupCompilePass1.cs
- GeneralTransform.cs
- PublisherMembershipCondition.cs
- HtmlElementErrorEventArgs.cs
- DataComponentMethodGenerator.cs
- ReplyChannel.cs
- XmlSchemaComplexContentRestriction.cs
- storepermission.cs
- ByteStack.cs
- NotifyParentPropertyAttribute.cs
- ComponentChangedEvent.cs
- CheckBoxDesigner.cs
- EmptyEnumerable.cs
- ResourceReferenceExpressionConverter.cs
- SurrogateSelector.cs
- NewItemsContextMenuStrip.cs
- CalendarModeChangedEventArgs.cs
- FrameworkTemplate.cs
- ObjectViewListener.cs
- Accessible.cs
- SymLanguageType.cs
- CollectionView.cs
- Sql8ConformanceChecker.cs
- HttpHandlerActionCollection.cs
- CryptoSession.cs
- CheckBox.cs
- PackageDigitalSignatureManager.cs
- RequestTimeoutManager.cs
- SizeConverter.cs
- ComponentDesigner.cs
- ButtonBase.cs
- WebConfigurationManager.cs
- Positioning.cs
- SelectionEditingBehavior.cs
- QilBinary.cs
- CompressionTransform.cs
- XmlNamespaceMapping.cs
- TypeElement.cs
- MetadataSerializer.cs
- Operators.cs
- State.cs
- PassportAuthentication.cs
- TextProviderWrapper.cs
- Utils.cs
- ResourceWriter.cs
- UmAlQuraCalendar.cs
- webclient.cs
- SerialPinChanges.cs
- TraceSection.cs
- PropertyInformation.cs
- MetadataSerializer.cs
- DesignerActionMethodItem.cs
- Ops.cs
- Boolean.cs
- OptimalBreakSession.cs
- FixedDSBuilder.cs
- BoundsDrawingContextWalker.cs
- ValidationPropertyAttribute.cs
- EventLog.cs
- ObjectListItem.cs
- FrameworkElement.cs
- ListViewSelectEventArgs.cs
- TypedElement.cs
- ReadOnlyNameValueCollection.cs
- XmlSchemaInclude.cs
- DataGridSortCommandEventArgs.cs
- SelectingProviderEventArgs.cs
- TextTrailingWordEllipsis.cs
- NativeObjectSecurity.cs
- DynamicActionMessageFilter.cs
- Executor.cs
- regiisutil.cs
- DictionaryTraceRecord.cs
- StyleBamlRecordReader.cs
- DateTimeValueSerializerContext.cs
- CoreSwitches.cs
- ListViewDeletedEventArgs.cs
- EnterpriseServicesHelper.cs
- X509CertificateStore.cs
- SimpleHandlerBuildProvider.cs
- DataObject.cs
- NativeMethods.cs
- sqlser.cs
- DecoderNLS.cs
- RefreshPropertiesAttribute.cs
- PrintPageEvent.cs
- AsmxEndpointPickerExtension.cs
- HttpListenerElement.cs
- BitmapFrame.cs
- PnrpPermission.cs
- WebContext.cs
- ApplicationInfo.cs
- DesignerActionGlyph.cs
- FontStyleConverter.cs
- Int32RectConverter.cs
- ServiceReference.cs