Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / BackgroundImage Class / Position Property

In This Topic
    Position Property (BackgroundImage)
    In This Topic
    Gets or sets the position of the background image with BackgroundRepeat set to BackgroundRepeatType.Clip. Used only for background images within Chart.
    Syntax
    'Declaration
     
    Public Property Position As RdlEnum(Of BackgroundImagePosition)
    public RdlEnum<BackgroundImagePosition> Position {get; set;}
    See Also