GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Reflection Property


In This Topic
Reflection Property (IShape)
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 IShape
Dim value As IReflectionFormat
 
value = instance.Reflection

Property Value

The reflection format.
See Also