Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShadowFormat Interface / OffsetX Property


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

    Property Value

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