12 lines
137 B
C#
12 lines
137 B
C#
using System;
|
|
|
|
namespace CPF.ReoGrid.Core
|
|
{
|
|
internal enum UpdateFontReason
|
|
{
|
|
FontChanged,
|
|
ScaleChanged,
|
|
TextColorChanged
|
|
}
|
|
}
|