Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / BackgroundGradientSuppressor Class
Members

In This Topic
    BackgroundGradientSuppressor Class
    In This Topic
    Hides the BackgroundGradient when the background is transparent or not a solid color.
    Object Model
    BackgroundGradientSuppressor Class
    Syntax
    'Declaration
     
    
    <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)>
    <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)>
    Public NotInheritable Class BackgroundGradientSuppressor 
       Inherits System.Windows.DependencyObject
    [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
    [NameScopeProperty("NameScope", System.Windows.NameScope)]
    public sealed class BackgroundGradientSuppressor : System.Windows.DependencyObject 
    Inheritance Hierarchy

    System.Object
       System.Windows.Threading.DispatcherObject
          System.Windows.DependencyObject
             C1.WPF.BackgroundGradientSuppressor

    See Also