Share via


ReflectionFormat 接口

定义

表示 Office 图形中的反射效果。

public interface class ReflectionFormat : Microsoft::Office::Core::_IMsoDispObj
[System.Runtime.InteropServices.Guid("000C03BE-0000-0000-C000-000000000046")]
public interface ReflectionFormat : Microsoft.Office.Core._IMsoDispObj
[<System.Runtime.InteropServices.Guid("000C03BE-0000-0000-C000-000000000046")>]
type ReflectionFormat = interface
    interface _IMsoDispObj
Public Interface ReflectionFormat
Implements _IMsoDispObj
属性
实现

属性

Application

获取一个 Application 对象,该对象代表对象的容器应用程序 ReflectionFormat 。 只读。

Blur

获取或设置形状反射图像的模糊量(以磅为单位)。

Creator

获取一个 32 位整数,该整数指示创建对象的应用程序 ReflectionFormat 。 只读。

Offset

获取或设置形状的反射图像的间隔量(以磅为单位)。

Size

获取或设置形状的反射图像的大小(以百分数为单位)。

Transparency

获取或设置形状的反射图像的透明度(以百分数为单位)。

Type

获取或设置 对象的类型 ReflectionFormat 。 读/写。

适用于