[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.CornerFold.Size

Size Property

Size

Gets the size of the corner fold in pixels.

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

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