PrintDocument for WPF | ComponentOne
C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / ImageAlign Structure / TileHorz Property

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