RectangularGradient 接口

定义

对象 RectangularGradient 沿特定角度以线性方式在一系列颜色中切换。

public interface class RectangularGradient
[System.Runtime.InteropServices.Guid("000244B0-0000-0000-C000-000000000046")]
[System.Runtime.InteropServices.InterfaceType(2)]
public interface RectangularGradient
Public Interface RectangularGradient
属性

注解

注意:使用 RectangularGradient 对象时要考虑的一些事项

  • 尝试访问 Gradient 没有现有渐变填充的对象的属性 Interior 将导致运行时错误。 Pattern在访问 属性之前,请注意 属性Gradient
  • 如果 Pattern 从渐变类型更改为非渐变类型,则 Gradient 对象将使用默认值填充。

属性

Application

在没有对象限定符的情况下使用时,此属性返回一个 _Application 表示 Microsoft Office Excel 应用程序的 对象。 如果与对象识别符一起使用,则此属性返回代表指定对象的创建者的 Application 对象。 此为只读属性。

ColorStops

返回 ColorStopsRectangularGradient 对象的 。 只读

Creator

返回一个 32 位 Integer ,指示创建此对象时所使用的应用程序。 只读

Parent

返回指定对象的父级。 只读

RectangleBottom

代表渐变填充收敛到的点或矢量。 读/写

RectangleLeft

代表渐变填充收敛到的点或矢量。 读/写

RectangleRight

代表渐变填充收敛到的点或矢量。 读/写

RectangleTop

代表渐变填充收敛到的点或矢量。 读/写

适用于