ComponentOne Reports for WPF
C1.C1Report Namespace / Layout Class / PictureShow Property

In This Topic
    PictureShow Property (Layout)
    In This Topic
    Gets or sets where the background picture is displayed.
    Syntax
    'Declaration
     
    Public Property PictureShow As PictureShowEnum
    public PictureShowEnum PictureShow {get; set;}
    Remarks
    To select the background picture and how it should be aligned on the page, use the Layout.Picture, Layout.PictureAlign, and Layout.PictureScale properties.
    See Also