8 lines
267 B
C#
8 lines
267 B
C#
namespace Pilz.UI.Symbols;
|
|
|
|
public static class SymbolGlobals
|
|
{
|
|
public static double DefaultImageSmallSize { get; set; } = 16;
|
|
public static double DefaultImageMediumSize { get; set; } = 20;
|
|
public static double DefaultImageLargeSize { get; set; } = 32;
|
|
} |