Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShadowFormat Interface / IncrementOffsetY Method
Specifies how far the shadow offset is to be moved vertically, in pixels. A positive value moves the shadow down; a negative value moves it up.


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

Parameters

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