_Font.Reflection 属性

定义

获取一个 ReflectionFormat 对象,该对象表示形状的反射格式。

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

属性值

ReflectionFormat 对象。

注解

此为只读属性。

适用于