_Font.Reflection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a ReflectionFormat object that represents the reflection formatting for a shape.
public:
property Microsoft::Office::Interop::Word::ReflectionFormat ^ Reflection { Microsoft::Office::Interop::Word::ReflectionFormat ^ get(); void set(Microsoft::Office::Interop::Word::ReflectionFormat ^ value); };
public Microsoft.Office.Interop.Word.ReflectionFormat Reflection { get; set; }
member this.Reflection : Microsoft.Office.Interop.Word.ReflectionFormat with get, set
Public Property Reflection As ReflectionFormat
Property Value
A ReflectionFormat object.
Remarks
Read-only.