ReflectionFormat.Offset Property
Gets or sets the amount of separation, measured in points, of the reflected image from the shape.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Property Offset As Single
Get
Set
'Usage
Dim instance As ReflectionFormat
Dim value As Single
value = instance.Offset
instance.Offset = value
float Offset { get; set; }
Property Value
Type: System.Single
Remarks
Read/write.