FontClass.Reflection Property
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Property Reflection As ReflectionFormat
Get
Set
'Usage
Dim instance As FontClass
Dim value As ReflectionFormat
value = instance.Reflection
instance.Reflection = value
public virtual ReflectionFormat Reflection { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.ReflectionFormat