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