ComponentOne Reports for WPF
C1.C1Rdl.Rdl2008 Namespace / Style Class / BackgroundHatchType Property

In This Topic
    BackgroundHatchType Property
    In This Topic
    Gets or sets the hatch type. If this property is set to a value other than BackgroundHatchType.None, the Style.BackgroundGradientType property is ignored.
    Syntax
    'Declaration
     
    Public Property BackgroundHatchType As RdlEnum(Of BackgroundHatchType)
    public RdlEnum<BackgroundHatchType> BackgroundHatchType {get; set;}
    See Also