[]
Returns the preset texture for the specified fill.
PresetTexture PresetTexture { get; }
ReadOnly Property PresetTexture As PresetTexture
IShape shape = worksheet.Shapes.AddShape(AutoShapeType.Rectangle, 20, 20, 100, 60);
IFillFormat fillFormat = shape.Fill;
fillFormat.PresetTextured(PresetTexture.Canvas);
PresetTexture texture = fillFormat.PresetTexture;