UIX_AlignFlags Enumeration

From PDF XChange PDF SDK
Revision as of 01:35, 20 October 2015 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Specifies the ...

Syntax

enum UIX_AlignFlags
{
    UIX_Align_Center    = 1,
    UIX_Align_VCenter   = 2,
    UIX_Align_Right     = 4,
    UIX_Align_Bottom    = 8,
    UIX_Align_ValidMask = 15,
};

Constants

UIX_Align_Center
The ...
UIX_Align_VCenter
The ...
UIX_Align_Right
The ...
UIX_Align_Bottom
The ...
UIX_Align_ValidMask
The ...