Epigene.UI.UIText.GetType C# (CSharp) Метод

GetType() публичный Метод

Get the type of the this item.
public GetType ( ) : UIType
Результат UIType
		public UIType GetType()
		{
			return UIType.Text;
		}