Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / 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 None, the BackgroundGradientType property is ignored.
    Syntax
    'Declaration
     
    Public Property BackgroundHatchType As RdlEnum(Of BackgroundHatchType)
    public RdlEnum<BackgroundHatchType> BackgroundHatchType {get; set;}
    See Also