7 lines
136 B
C#
7 lines
136 B
C#
namespace SharpUI.Source.Common.UI.Elements.TooltipInfo
|
|
{
|
|
public enum PointerPosition
|
|
{
|
|
Left, Right, Top, Bottom
|
|
}
|
|
} |