Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShapeBase Interface / Reflection Property


In This Topic
    Reflection Property (IShapeBase)
    In This Topic
    Gets a IReflectionFormat object for a specified shape that contains reflection formatting properties for the shape.
    Syntax
    'Declaration
     
    
    ReadOnly Property Reflection As IReflectionFormat
    'Usage
     
    
    Dim instance As IShapeBase
    Dim value As IReflectionFormat
     
    value = instance.Reflection
    IReflectionFormat Reflection {get;}

    Property Value

    The reflection format.
    See Also