_Font.Reflection Property
Gets a ReflectionFormat object that represents the reflection formatting for a shape.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Reflection As ReflectionFormat
Get
Set
'Usage
Dim instance As _Font
Dim value As ReflectionFormat
value = instance.Reflection
instance.Reflection = value
ReflectionFormat Reflection { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.ReflectionFormat
A ReflectionFormat object.
Remarks
Read-only.