Click or drag to resize

ExcelShapeFillTexture Class

Represents the texture fill of a shape interior.
Inheritance Hierarchy
SystemObject
  ExpertXls.ExcelLibExcelShapeFillTexture

Namespace:  ExpertXls.ExcelLib
Assembly:  expertxls (in expertxls.dll) Version: 7.0.0
Syntax
public class ExcelShapeFillTexture

The ExcelShapeFillTexture type exposes the following members.

Properties
  NameDescription
Public propertyCustomTextureName
Gets or sets the name of the interior picture. This property has effect only if the TextureType is CustomTexture.
Public propertyCustomTexturePicture
Gets or sets the interior custom texture. This property has effect only if the TextureType is CustomTexture.
Public propertyTextureType
Gets or sets the interior texture.
Top
See Also