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


In This Topic
    TextureTile Property
    In This Topic
    Gets or sets a value indicating whether the texture style is tile.
    Syntax
    'Declaration
     
    
    Property TextureTile As Boolean
    'Usage
     
    
    Dim instance As IFillFormat
    Dim value As Boolean
     
    instance.TextureTile = value
     
    value = instance.TextureTile
    bool TextureTile {get; set;}

    Property Value

    true if the texture style is tile; otherwise, false.
    See Also