Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IFillFormat Interface / TextureOffsetY Property


In This Topic
    TextureOffsetY Property
    In This Topic
    Gets or sets the offset Y value for the specified fill.
    Syntax
    'Declaration
     
    
    Property TextureOffsetY As Double
    'Usage
     
    
    Dim instance As IFillFormat
    Dim value As Double
     
    instance.TextureOffsetY = value
     
    value = instance.TextureOffsetY
    double TextureOffsetY {get; set;}

    Property Value

    The offset Y value for the specified fill.
    See Also