Структуры (записи)

struct ColorPoint {
    //Fields
    int x, y;

    //In C++ there are no properties
    Brush Color;
};