Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShadowFormat Interface / OffsetY Property


In This Topic
    OffsetY Property
    In This Topic
    Gets or sets the vertical offset of the shadow from the specified shape, in pixels.
    Syntax
    'Declaration
     
    
    Property OffsetY As Double
    'Usage
     
    
    Dim instance As IShadowFormat
    Dim value As Double
     
    instance.OffsetY = value
     
    value = instance.OffsetY
    double OffsetY {get; set;}

    Property Value

    A positive value offsets the shadow to the bottom of the shape; a negative value offsets it to the top.
    See Also