You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Zero/ZeroLevel/Services/DOM/Model/Flow/TextSize.cs

13 lines
205 B

6 years ago
using System;
namespace ZeroLevel.DocumentObjectModel.Flow
{
public enum TextSize : Int32
{
Normal = 0,
BigHeader = 1,
MediumHeader = 2,
SmallHeader = 3
}
}

Powered by TurnKey Linux.