Show / Hide Table of Contents

Class CommentFill

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

Properties

Color

Declaration
public Color Color { get; set; }
Property Value
Type Description
System.Drawing.Color

Gradient

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

Pattern

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

PictureFill

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

SpreadsheetColor

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

Title

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

Transparency

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

Type

Declaration
public CommentFillEffect? Type { get; set; }
Property Value
Type Description
System.Nullable<CommentFillEffect>
Back to top Generated by DocFX