Show / Hide Table of Contents

Class PatternFill

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

Properties

BackgroundColor

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

ForegroundColor

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

Preset

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