[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ICornerFold.Size

Size Property

Size

Returns the size of the corner fold in pixels.

This value specifies the fold size used when the corner fold is rendered.

Declaration
int Size { get; }
ReadOnly Property Size As Integer
Examples
ICornerFold cornerFold = new CornerFold(Color.Red, CornerPosition.LeftTop, 8);
int size = cornerFold.Size;