Show / Hide Table of Contents

Class Fill

Inheritance
System.Object
Fill
Namespace: DRIT.Spreadsheet.Drawing
Assembly: DRIT.Spreadsheet.dll
Syntax
public class Fill : object

Properties

Gradient

Declaration
public GradientFill Gradient { get; set; }
Property Value
Type Description
GradientFill

Pattern

Declaration
public PatternFill Pattern { get; set; }
Property Value
Type Description
PatternFill

PictureFill

Declaration
public PictureFill PictureFill { get; set; }
Property Value
Type Description
PictureFill

SolidColor

Declaration
public Color SolidColor { get; set; }
Property Value
Type Description
Color

SolidDrawingColor

Declaration
public DrawingColor SolidDrawingColor { get; set; }
Property Value
Type Description
DrawingColor

TextureName

Declaration
public string TextureName { get; set; }
Property Value
Type Description
System.String

Transparency

Declaration
public decimal Transparency { get; set; }
Property Value
Type Description
System.Decimal

Type

Declaration
public FillType Type { get; set; }
Property Value
Type Description
FillType
Back to top Generated by DocFX