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

In This Topic
    PictureAlign Property (Layout)
    In This Topic
    Gets or sets how the background picture is aligned.
    Syntax
    'Declaration
     
    Public Property PictureAlign As PictureAlignEnum
    public PictureAlignEnum PictureAlign {get; set;}
    Remarks
    To select the background picture and which pages should display it, use the Layout.Picture and Layout.PictureShow properties.
    See Also