Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ImageAlign Structure / TileVert Property

In This Topic
    TileVert Property
    In This Topic
    Gets or sets a value indicating whether an image is tiled vertically within its container. Ignored if StretchVert is true.
    Syntax
    'Declaration
     
    Public Property TileVert As Boolean
    public bool TileVert {get; set;}
    See Also