Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Core / System / Windows / Media / GradientBrush.cs / 1 / GradientBrush.cs
//---------------------------------------------------------------------------- // // Copyright (C) Microsoft Corporation. All rights reserved. // // File: GradientBrush.cs // // Description: This file contains the implementation of GradientBrush. // The GradientBrush is an abstract class of Brushes which describes // a way to fill a region by a gradient. Derived classes describe different // ways of interpreting gradient stops. // // History: // 04/30/2003 : [....] - Created it. // //--------------------------------------------------------------------------- using System; using System.Diagnostics; using System.ComponentModel; using System.Windows; using System.Windows.Markup; using System.Windows.Media; using System.Windows.Media.Animation; using MS.Internal; using System.Runtime.InteropServices; using System.Windows.Media.Composition; namespace System.Windows.Media { ////// GradientBrush /// The GradientBrush is an abstract class of Brushes which describes /// a way to fill a region by a gradient. Derived classes describe different /// ways of interpreting gradient stops. /// [ContentProperty("GradientStops")] public abstract partial class GradientBrush : Brush { #region Constructors ////// Protected constructor for GradientBrush /// protected GradientBrush() { } ////// Protected constructor for GradientBrush /// Sets all the values of the GradientStopCollection, all other values are left as default. /// protected GradientBrush(GradientStopCollection gradientStopCollection) { GradientStops = gradientStopCollection; } #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
- StorageBasedPackageProperties.cs
- AsymmetricSignatureFormatter.cs
- PropertyDescriptorComparer.cs
- RSAOAEPKeyExchangeDeformatter.cs
- BrushConverter.cs
- RegisterInfo.cs
- RectIndependentAnimationStorage.cs
- ApplicationBuildProvider.cs
- CodeGotoStatement.cs
- SortedDictionary.cs
- CanonicalXml.cs
- TypeLoadException.cs
- FlowDocumentView.cs
- MetabaseSettings.cs
- TableHeaderCell.cs
- ComponentManagerBroker.cs
- ImageList.cs
- NetworkInterface.cs
- PeerObject.cs
- PageThemeParser.cs
- XmlDataSource.cs
- XmlLanguageConverter.cs
- DictionaryEditChange.cs
- COM2ExtendedBrowsingHandler.cs
- BitmapSource.cs
- NullableDecimalMinMaxAggregationOperator.cs
- BaseCodeDomTreeGenerator.cs
- TagMapCollection.cs
- LambdaCompiler.Generated.cs
- OdbcEnvironment.cs
- DPCustomTypeDescriptor.cs
- GenerateHelper.cs
- TimeSpanFormat.cs
- Size3DValueSerializer.cs
- Rotation3DKeyFrameCollection.cs
- CatalogPartCollection.cs
- MetadataCollection.cs
- OutputScopeManager.cs
- ViewStateException.cs
- IriParsingElement.cs
- XmlILIndex.cs
- SetStoryboardSpeedRatio.cs
- SearchForVirtualItemEventArgs.cs
- ipaddressinformationcollection.cs
- TextChangedEventArgs.cs
- glyphs.cs
- StateMachineWorkflow.cs
- PropertyPathConverter.cs
- BrowsableAttribute.cs
- Peer.cs
- FormatException.cs
- _NegoStream.cs
- GridProviderWrapper.cs
- TrustSection.cs
- URL.cs
- ConvertBinder.cs
- NavigationCommands.cs
- TextTreeFixupNode.cs
- DockPanel.cs
- DoubleLinkList.cs
- DeviceFilterEditorDialog.cs
- XmlTypeAttribute.cs
- RenderTargetBitmap.cs
- _TimerThread.cs
- WinEventWrap.cs
- SmtpFailedRecipientsException.cs
- LongTypeConverter.cs
- PagePropertiesChangingEventArgs.cs
- JavaScriptString.cs
- CultureInfoConverter.cs
- CornerRadiusConverter.cs
- CatalogPartCollection.cs
- DataGridViewRowErrorTextNeededEventArgs.cs
- DataTrigger.cs
- BaseProcessor.cs
- ImageFormat.cs
- DataColumn.cs
- webclient.cs
- Transform3D.cs
- GacUtil.cs
- SafeSecurityHandles.cs
- ResetableIterator.cs
- DispatcherProcessingDisabled.cs
- PageStatePersister.cs
- StrongNameIdentityPermission.cs
- ListBindingConverter.cs
- FormsAuthenticationTicket.cs
- cache.cs
- Delegate.cs
- ListViewItemEventArgs.cs
- CoreSwitches.cs
- webeventbuffer.cs
- PanelDesigner.cs
- CultureInfoConverter.cs
- GridViewUpdateEventArgs.cs
- TdsValueSetter.cs
- MasterPageParser.cs
- MsmqInputChannelListener.cs
- httpapplicationstate.cs
- SmiEventSink.cs