[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.PresetTexture

PresetTexture Enum

Specifies a preset texture that can be applied to a shape fill.

Use this enum with PresetTextured(PresetTexture) to apply a built-in texture, or with PresetTexture to read the currently configured preset texture.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public enum PresetTexture
Public Enum PresetTexture
Examples
IShape shape = worksheet.Shapes.AddShape(AutoShapeType.Rectangle, 10, 10, 80, 40);
shape.Fill.PresetTextured(PresetTexture.Canvas);

Fields

Name Description
BlueTissuePaper

Specifies the blue tissue paper texture.

Bouquet

Specifies the bouquet texture.

BrownMarble

Specifies the brown marble texture.

Canvas

Specifies the canvas texture.

Cork

Specifies the cork texture.

Denim

Specifies the denim texture.

FishFossil

Specifies the fish fossil texture.

Granite

Specifies the granite texture.

GreenMarble

Specifies the green marble texture.

MediumWood

Specifies the medium wood texture.

Mixed

Used in some special shapes only.

Newsprint

Specifies the newsprint texture.

Oak

Specifies the oak texture.

PaperBag

Specifies the paper bag texture.

Papyrus

Specifies the papyrus texture.

Parchment

Specifies the parchment texture.

PinkTissuePaper

Specifies the pink tissue paper texture.

PurpleMesh

Specifies the purple mesh texture.

RecycledPaper

Specifies the recycled paper texture.

Sand

Specifies the sand texture.

Stationery

Specifies the stationery texture.

Walnut

Specifies the walnut texture.

WaterDroplets

Specifies the water droplets texture.

WhiteMarble

Specifies the white marble texture.

WovenMat

Specifies the woven mat texture.