[]
Returns the size of the corner fold in pixels.
This value specifies the fold size used when the corner fold is rendered.
int Size { get; }
ReadOnly Property Size As Integer
ICornerFold cornerFold = new CornerFold(Color.Red, CornerPosition.LeftTop, 8);
int size = cornerFold.Size;