Describes text vertical alignment.
You can find more information in comments below.
enum class VerticalAlign // Text vertical alignement
{
Top, // Aligned to the top
Middle, // Aligned to the center vertically
Bottom // Aligned to the bottom
};
| Namespace: | nitisa |
| Include: | Nitisa/Core/VerticalAlign.h |