Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShadowFormat Interface / IncrementOffsetX Method
Specifies how far the shadow offset is to be moved horizontally, in pixels. A positive value moves the shadow to the right; a negative value moves it to the left.


In This Topic
    IncrementOffsetX Method
    In This Topic
    Changes the horizontal offset of the shadow by the specified number of pixels.
    Syntax
    'Declaration
     
    
    Sub IncrementOffsetX( _
       ByVal increment As Double _
    ) 
    'Usage
     
    
    Dim instance As IShadowFormat
    Dim increment As Double
     
    instance.IncrementOffsetX(increment)
    void IncrementOffsetX( 
       double increment
    )

    Parameters

    increment
    Specifies how far the shadow offset is to be moved horizontally, in pixels. A positive value moves the shadow to the right; a negative value moves it to the left.
    See Also