Describes possible control alignements.
You can find more information in comments below.
enum class Align // Control alignment
{
None, // None, use position and size specified in control
Left, // Aligned to the left
Top, // Aligned to the top
Right, // Aligned to the right
Bottom, // Aligned to the bottom
Client // Fills all client area of parent
};
Namespace: | nitisa |
Include: | Nitisa/Core/Align.h |