[]
Returns the color of the corner fold.
Color Color { get; }
ReadOnly Property Color As Color
ICornerFold cornerFold = new CornerFold(Color.Red, CornerPosition.LeftTop, 8); Color color = cornerFold.Color;