Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IReflectionFormat Interface / Offset Property


In This Topic
    Offset Property
    In This Topic
    Gets or sets the amount of separation, measured in pixels, of the reflected image from the shape.
    Syntax
    'Declaration
     
    
    Property Offset As Double
    'Usage
     
    
    Dim instance As IReflectionFormat
    Dim value As Double
     
    instance.Offset = value
     
    value = instance.Offset
    double Offset {get; set;}

    Property Value

    The amount of separation.
    See Also