Document Solutions for Word
GrapeCity.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / TileFill Class / Flip Property

In This Topic
    Flip Property
    In This Topic
    Gets or sets the direction in which to flip the picture while tiling.

    Pictures can be flipped horizontally, vertically, or in both directions to fill the entire region.

    Syntax
    'Declaration
     
    Public Property Flip As TileFlipMode
    public TileFlipMode Flip {get; set;}
    See Also