[]
Indicates the corner fold of cell decoration.
public class CornerFold : ICornerFold
Creates a new instance of the CornerFold class.
public CornerFold(Color color, CornerPosition position, int size)
color ColorThe color of the corner fold.
position CornerPositionThe position of the corner fold.
size intThe size of the corner fold in pixels.
Gets the color of the corner fold.
public Color Color { get; }
Gets the position of the corner fold.
public CornerPosition Position { get; }
Gets the size of the corner fold in pixels.
public int Size { get; }