UIX_BorderStyle Enumeration

From PDF XChange PDF SDK
Revision as of 07:15, 20 March 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_BorderStyle
{
    UIX_BorderStyle_Top = 1;
    UIX_BorderStyle_Bottom = 2;
    UIX_BorderStyle_Left = 4;
    UIX_BorderStyle_Right = 8;
};

Constants

UIX_BorderStyle_Top
The ...
UIX_BorderStyle_Bottom
The ...
UIX_BorderStyle_Left
The ...
UIX_BorderStyle_Right
The ...

See Also

See also ...