File SubtitleBehavior.cs
File List > LemonUI > LemonUI > Menus > SubtitleBehavior.cs
Go to the documentation of this file
using System;
namespace LemonUI.Menus
{
[Obsolete("Please use HeaderBehavior instead", true)]
public enum SubtitleBehavior
{
AlwaysShow = 0,
ShowIfRequired = 1,
AlwaysHide = 2
}
}