FillFormat.TextureType Property

Definition

Returns the texture type for the specified fill. Read-only.

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

Property Value

MsoTextureType

Remarks

MsoTextureType can be one of the following MsoTextureType constants:

msoTexturePreset

msoTextureTypeMixed

msoTextureUserDefined

Use the UserTextured(String) method to set the texture type for the fill.

Applies to