Class TextureFill

Class TextureFill

Namespace: Aspose.Cells.Drawing
Assembly: Aspose.Cells.dll (25.2.0)

Encapsulates the object that represents texture fill format

public class TextureFill : Fill

Inheritance

objectFillTextureFill

Inherited Members

Fill.Equals(object), Fill.GetHashCode(), object.GetType(), object.MemberwiseClone(), object.ToString(), object.Equals(object?), object.Equals(object?, object?), object.ReferenceEquals(object?, object?), object.GetHashCode()

Properties

ImageData

Gets and sets the image data of the fill.

public byte[] ImageData { get; set; }

Property Value

byte[]

IsTiling

Indicates whether tile picture as texture.

public bool IsTiling { get; set; }

Property Value

bool

PicFormatOption

Gets or sets picture format option.

public PicFormatOption PicFormatOption { get; set; }

Property Value

PicFormatOption

PictureFormatType

Gets and sets the picture format type.

public FillPictureType PictureFormatType { get; set; }

Property Value

FillPictureType

Scale

Gets and sets the picture format scale.

public double Scale { get; set; }

Property Value

double

TilePicOption

Gets or sets tile picture option.

public TilePicOption TilePicOption { get; set; }

Property Value

TilePicOption

Transparency

Returns or sets the degree of transparency of the area as a value from 0.0 (opaque) through 1.0 (clear).

public double Transparency { get; set; }

Property Value

double

Type

Gets and sets the texture type

public TextureType Type { get; set; }

Property Value

TextureType