Structures constants in C#

struct BoldLine {
    public const int lineWidth = 10;
}