UIX_PictureStyleFlags Enumeration
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 10: | Line 10: | ||
<pre class="brush:cpp;gutter:false">enum UIX_PictureStyleFlags | <pre class="brush:cpp;gutter:false">enum UIX_PictureStyleFlags | ||
{ | { | ||
− | UIX_PictureStyle_Right = 256 | + | UIX_PictureStyle_Right = 256, |
− | UIX_PictureStyle_Bottom = 512 | + | UIX_PictureStyle_Bottom = 512, |
− | UIX_PictureStyle_Center = 1024 | + | UIX_PictureStyle_Center = 1024, |
− | UIX_PictureStyle_VCenter = 2048 | + | UIX_PictureStyle_VCenter = 2048, |
− | UIX_PictureStyle_Line = 4096 | + | UIX_PictureStyle_Line = 4096, |
− | UIX_PictureStyle_LineVert = 12288 | + | UIX_PictureStyle_LineVert = 12288, |
− | UIX_PictureStyle_Frame = 16384 | + | UIX_PictureStyle_Frame = 16384, |
− | UIX_PictureStyle_HandCursor = 32768 | + | UIX_PictureStyle_HandCursor = 32768, |
}; | }; | ||
</pre> | </pre> |
Revision as of 10:12, 8 May 2015
Specifies the ...
Syntax
enum UIX_PictureStyleFlags { UIX_PictureStyle_Right = 256, UIX_PictureStyle_Bottom = 512, UIX_PictureStyle_Center = 1024, UIX_PictureStyle_VCenter = 2048, UIX_PictureStyle_Line = 4096, UIX_PictureStyle_LineVert = 12288, UIX_PictureStyle_Frame = 16384, UIX_PictureStyle_HandCursor = 32768, };
Constants
- UIX_PictureStyle_Right
- The ...
- UIX_PictureStyle_Bottom
- The ...
- UIX_PictureStyle_Center
- The ...
- UIX_PictureStyle_VCenter
- The ...
- UIX_PictureStyle_Line
- The ...
- UIX_PictureStyle_LineVert
- The ...
- UIX_PictureStyle_Frame
- The ...
- UIX_PictureStyle_HandCursor
- The ...
See Also
See also ...