Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / Style Class / BackgroundImage Property

In This Topic
    BackgroundImage Property (Style)
    In This Topic
    Gets or sets the background image. The image is aligned using BackgroundImageAlign.
    Syntax
    'Declaration
     
    Public Property BackgroundImage As Image
    public Image BackgroundImage {get; set;}
    Remarks
    This property is non-ambient (inherited from the Parent of the current style if not explicitly set).

    The default is no image.

    See Also