Describes possible control alignements.
You can find more information in comments below.
enum ALIGN // Control alignment
{
alNone, // None, use position and size specified in control
alLeft, // Aligned to the left
alTop, // Aligned to the top
alRight, // Aligned to the right
alBottom, // Aligned to the bottom
alClient // Fills all client area of parent
};
Namespace: | nitisa |
Include: | Nitisa/Core/Enums.h |