Edit

Share via


FillFormat.TextureType Property

Definition

Returns the texture type for the specified fill.

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

Property Value

Remarks

Use the PresetTextured(MsoPresetTexture), UserPicture(String), or UserTextured(String) method to set the texture type for the fill.

Applies to