Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / DEVDIV / depot / DevDiv / releases / Orcas / QFE / 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
- PanelContainerDesigner.cs
- DataPagerFieldCommandEventArgs.cs
- FusionWrap.cs
- FlowDocumentPageViewerAutomationPeer.cs
- ViewLoader.cs
- DBSqlParserTable.cs
- FtpRequestCacheValidator.cs
- StrokeRenderer.cs
- lengthconverter.cs
- DataViewSetting.cs
- SecurityTokenException.cs
- CustomGrammar.cs
- Executor.cs
- PerformanceCounterPermissionAttribute.cs
- ContentPlaceHolder.cs
- EdmType.cs
- sqlcontext.cs
- PublishLicense.cs
- DecoderBestFitFallback.cs
- ParentUndoUnit.cs
- Mapping.cs
- EntityCommandDefinition.cs
- cryptoapiTransform.cs
- PersonalizationProvider.cs
- VersionPair.cs
- OrthographicCamera.cs
- CompareInfo.cs
- RayMeshGeometry3DHitTestResult.cs
- Pen.cs
- HttpInputStream.cs
- QueryCacheEntry.cs
- AmbientValueAttribute.cs
- BitStream.cs
- ColorConverter.cs
- SystemInfo.cs
- XmlStreamStore.cs
- SpecialTypeDataContract.cs
- CurrentChangedEventManager.cs
- DataGridViewCellErrorTextNeededEventArgs.cs
- XmlTypeMapping.cs
- PackageRelationship.cs
- DashStyles.cs
- ReadContentAsBinaryHelper.cs
- XmlTextReaderImpl.cs
- SocketElement.cs
- Oid.cs
- _ConnectStream.cs
- WebHttpBinding.cs
- GridViewPageEventArgs.cs
- ADMembershipUser.cs
- SchemeSettingElement.cs
- DesignTimeParseData.cs
- MatcherBuilder.cs
- DbMetaDataCollectionNames.cs
- BooleanSwitch.cs
- PermissionListSet.cs
- ListViewInsertEventArgs.cs
- HMACRIPEMD160.cs
- EntitySet.cs
- RegexReplacement.cs
- DataTablePropertyDescriptor.cs
- ImplicitInputBrush.cs
- Style.cs
- ExpressionBuilderContext.cs
- MergeExecutor.cs
- DataGridColumnCollectionEditor.cs
- TableLayoutStyleCollection.cs
- SystemInfo.cs
- ObjectQueryExecutionPlan.cs
- RadioButtonFlatAdapter.cs
- SystemNetworkInterface.cs
- ProjectedWrapper.cs
- BamlLocalizationDictionary.cs
- SiteMapPath.cs
- MethodExpression.cs
- QuaternionAnimation.cs
- OracleInfoMessageEventArgs.cs
- AutomationPattern.cs
- CommonGetThemePartSize.cs
- ResourceReferenceExpression.cs
- IList.cs
- XamlParser.cs
- MsmqIntegrationSecurity.cs
- LocationReferenceValue.cs
- Schema.cs
- ActionMismatchAddressingException.cs
- Trustee.cs
- GroupBoxDesigner.cs
- ReadOnlyAttribute.cs
- StrokeNode.cs
- ByteArrayHelperWithString.cs
- QilName.cs
- InputMethod.cs
- DoubleCollection.cs
- MouseButtonEventArgs.cs
- BaseTemplateBuildProvider.cs
- DecoderNLS.cs
- ProcessingInstructionAction.cs
- UnsignedPublishLicense.cs
- LinqTreeNodeEvaluator.cs