mirror of
https://github.com/eggplantlwj/VisionEdit.git
synced 2026-03-24 00:36:41 +08:00
12 lines
136 B
C#
12 lines
136 B
C#
namespace HZH_Controls.Controls
|
|
{
|
|
public enum MarkTextPositionStyle
|
|
{
|
|
Up = 1,
|
|
Right = 2,
|
|
Down = 4,
|
|
Left = 8,
|
|
Auto = 16
|
|
}
|
|
}
|