次の方法で共有


GradientStops インターフェイス

定義

オブジェクトの GradientStop コレクションを格納します。

public interface class GradientStops : Microsoft::Office::Core::_IMsoDispObj, System::Collections::IEnumerable
[System.Runtime.InteropServices.Guid("000C03C0-0000-0000-C000-000000000046")]
public interface GradientStops : Microsoft.Office.Core._IMsoDispObj, System.Collections.IEnumerable
[<System.Runtime.InteropServices.Guid("000C03C0-0000-0000-C000-000000000046")>]
type GradientStops = interface
    interface _IMsoDispObj
    interface IEnumerable
Public Interface GradientStops
Implements _IMsoDispObj, IEnumerable
属性
実装

注釈

グラデーションとは別に 1 つの色の状態からスムーズに移行します。 このセクションのエンドポイントを分岐点と呼びます。

プロパティ

Application

オブジェクト修飾子を指定しない場合に使用する場合、このプロパティは、Microsoft Office アプリケーションを表す Application オブジェクトを返します。 オブジェクト修飾子を使用する場合、このプロパティは、指定したオブジェクトの作成元を表す Application オブジェクトを返します。 読み取り専用です。

Count

コレクション内の項目の数を GradientStops 取得します。 読み取り専用です。

Creator

オブジェクトが作成されたアプリケーションを示す 32 ビット整数を GradientStops 取得します。 読み取り専用です。

Item[Int32]

GradientStopコレクションからオブジェクトをGradientStops取得します。 読み取り専用です。

メソッド

Delete(Int32)

グラデーションの分岐点を削除します。

GetEnumerator()

オブジェクトの GradientStop コレクションを格納します。

Insert(Int32, Single, Single, Int32)

グラデーションに分岐点を追加します。

Insert2(Int32, Single, Single, Int32, Single)

グラデーションに分岐点を追加し、分岐点の色の明るさおよび透明度を指定します。

適用対象