Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / ImageAlign Class / 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 System.Boolean
    public System.bool TileVert {get; set;}
    See Also