Spread WinForms 15
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

Property Value

The amount of separation.
See Also