ComponentOne AutoComplete for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Report Namespace / Layout Class / PictureShow Property

In This Topic
    PictureShow Property
    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 Picture, PictureAlign, and PictureScale properties.
    See Also