Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / TextureAlignment Property


In This Topic
    TextureAlignment Property
    In This Topic
    Gets or sets the texture alignment for the specified IFillFormat object.
    Syntax
    'Declaration
     
    
    Property TextureAlignment As RectAlignment
    'Usage
     
    
    Dim instance As IFillFormat
    Dim value As RectAlignment
     
    instance.TextureAlignment = value
     
    value = instance.TextureAlignment
    RectAlignment TextureAlignment {get; set;}

    Property Value

    The texture alignment for the specified IFillFormat object.
    See Also