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

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

    The default is to align to left/top, stretch horizontally and vertically, and keep aspect ratio.

    See Also