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


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

    Property Value

    The offset X value for the specified fill.
    See Also