[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CornerFold

Class CornerFold

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Indicates the corner fold of cell decoration.

public class CornerFold : ICornerFold
Inheritance
CornerFold
Implements
Inherited Members

Constructors

CornerFold(Color, CornerPosition, int)

Creates a new instance of the CornerFold class.

public CornerFold(Color color, CornerPosition position, int size)

Parameters

color Color

The color of the corner fold.

position CornerPosition

The position of the corner fold.

size int

The size of the corner fold in pixels.

Properties

Color

Gets the color of the corner fold.

public Color Color { get; }

Property Value

Color

Position

Gets the position of the corner fold.

public CornerPosition Position { get; }

Property Value

CornerPosition

Size

Gets the size of the corner fold in pixels.

public int Size { get; }

Property Value

int