Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / Core / CSharp / System / Windows / Media / GradientStop.cs / 1 / GradientStop.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: GradientStop.cs // // Description: This file contains the implementation of a GradientStop. // The GradientStop class contains a color and an offset, and is // used by GradientBrush. // // History: // 04/30/2003 : adsmith - Created it // //--------------------------------------------------------------------------- using MS.Internal; using System; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Windows.Markup; namespace System.Windows.Media { ////// GradientStop - The gradient stop is a tuple consisting of an offset and a color. /// A collection of gradient stops help describe the contents of a GradientBrush. /// [Localizability(LocalizationCategory.None, Readability = Readability.Unreadable)] public sealed partial class GradientStop : Animatable { #region Constructors ////// GradientStop - Initialize this GradientStop /// public GradientStop() { } ////// GradientStop - Initialize this GradientStop from a constant Color and offset. /// /// The Color at this offset. /// The offset within the Gradient. public GradientStop(Color color, double offset) { Color = color; Offset = offset; } #endregion Constructors } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved. //---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: GradientStop.cs // // Description: This file contains the implementation of a GradientStop. // The GradientStop class contains a color and an offset, and is // used by GradientBrush. // // History: // 04/30/2003 : adsmith - Created it // //--------------------------------------------------------------------------- using MS.Internal; using System; using System.ComponentModel; using System.ComponentModel.Design.Serialization; using System.Diagnostics; using System.Runtime.InteropServices; using System.Windows; using System.Windows.Media; using System.Windows.Media.Animation; using System.Windows.Media.Composition; using System.Windows.Markup; namespace System.Windows.Media { ////// GradientStop - The gradient stop is a tuple consisting of an offset and a color. /// A collection of gradient stops help describe the contents of a GradientBrush. /// [Localizability(LocalizationCategory.None, Readability = Readability.Unreadable)] public sealed partial class GradientStop : Animatable { #region Constructors ////// GradientStop - Initialize this GradientStop /// public GradientStop() { } ////// GradientStop - Initialize this GradientStop from a constant Color and offset. /// /// The Color at this offset. /// The offset within the Gradient. public GradientStop(Color color, double offset) { Color = color; Offset = offset; } #endregion Constructors } } // 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
- WindowsTitleBar.cs
- UICuesEvent.cs
- PageThemeParser.cs
- DbModificationCommandTree.cs
- Restrictions.cs
- OdbcEnvironmentHandle.cs
- ProfileSettings.cs
- LogWriteRestartAreaState.cs
- Validator.cs
- SystemResourceHost.cs
- DataGridAutomationPeer.cs
- ResourceCodeDomSerializer.cs
- GradientStop.cs
- DataGridViewColumnDesigner.cs
- GradientStopCollection.cs
- WebPartEditorOkVerb.cs
- FontFamily.cs
- DocumentApplication.cs
- TextRangeAdaptor.cs
- ClaimSet.cs
- ValueTypeFixupInfo.cs
- DataContractFormatAttribute.cs
- FrameworkTemplate.cs
- CapabilitiesAssignment.cs
- TextContainerChangeEventArgs.cs
- Conditional.cs
- DBDataPermission.cs
- MenuCommand.cs
- TextRunCache.cs
- RepeatBehaviorConverter.cs
- XmlSchemaObjectCollection.cs
- SqlConnection.cs
- ToggleButton.cs
- RenderDataDrawingContext.cs
- PropertyReferenceExtension.cs
- PasswordRecovery.cs
- AuthenticationException.cs
- KeyFrames.cs
- TypedTableBaseExtensions.cs
- WorkflowMarkupElementEventArgs.cs
- IResourceProvider.cs
- DPCustomTypeDescriptor.cs
- BindingBase.cs
- BadImageFormatException.cs
- BindingGroup.cs
- DiagnosticTrace.cs
- SchemaManager.cs
- MessageRpc.cs
- AttributeSetAction.cs
- COM2PictureConverter.cs
- ByteStreamBufferedMessageData.cs
- AppearanceEditorPart.cs
- VirtualPath.cs
- DeleteIndexBinder.cs
- DeferredTextReference.cs
- CodeExporter.cs
- BitStack.cs
- LambdaSerializationException.cs
- FontSourceCollection.cs
- InvalidPrinterException.cs
- UriTemplateLiteralPathSegment.cs
- CodeExporter.cs
- SymbolTable.cs
- OutOfMemoryException.cs
- RowParagraph.cs
- RelatedView.cs
- ping.cs
- HttpStreamMessage.cs
- TerminateWorkflow.cs
- sitestring.cs
- State.cs
- storepermission.cs
- CacheMemory.cs
- ColumnProvider.cs
- UseLicense.cs
- SingleKeyFrameCollection.cs
- KeyValueSerializer.cs
- ChtmlMobileTextWriter.cs
- MethodImplAttribute.cs
- PartManifestEntry.cs
- InputLanguageManager.cs
- ProxyFragment.cs
- ErrorReporting.cs
- Frame.cs
- TraceSection.cs
- IUnknownConstantAttribute.cs
- SQLBytesStorage.cs
- SystemTcpStatistics.cs
- SiteOfOriginContainer.cs
- DefaultPropertyAttribute.cs
- PeerNodeAddress.cs
- TdsRecordBufferSetter.cs
- JournalEntryStack.cs
- StreamingContext.cs
- ValidationVisibilityAttribute.cs
- DataServiceStreamProviderWrapper.cs
- DeviceContext.cs
- TextRunCacheImp.cs
- XPathMessageFilterElementComparer.cs
- OrderByQueryOptionExpression.cs