次の方法で共有


FillFormat.TextureType プロパティ

定義

指定された塗りつぶしのテクスチャの種類を取得します。 値の取得のみ可能です。

public:
 property Microsoft::Office::Core::MsoTextureType TextureType { Microsoft::Office::Core::MsoTextureType get(); };
public Microsoft.Office.Core.MsoTextureType TextureType { get; }
Public ReadOnly Property TextureType As MsoTextureType

プロパティ値

MsoTextureType

注釈

MsoTextureType は、次の MsoTextureType クラスの定数のいずれかです。

msoTexturePreset

msoTextureTypeMixed

msoTextureUserDefined

メソッドを UserTextured(String) 使用して、塗りつぶしのテクスチャの種類を設定します。

適用対象