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

In This Topic
    Alignment Property (TileFill)
    In This Topic
    Gets or sets where to align the first tile with respect to the shape.

    Alignment happens after the scaling, but before the additional offset.

    Syntax
    'Declaration
     
    Public Property Alignment As RectangleAlignment
    public RectangleAlignment Alignment {get; set;}
    See Also