UIX_DrawIconFlags Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:UIX_DrawIconFlags Enumeration}} | {{#customTitle:UIX_DrawIconFlags Enumeration}} | ||
+ | {{#parentPage:PXV:UIX_Enumerations|UIX_DrawIconFlags|enum}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Specifies the ... | Specifies the ... | ||
Line 7: | Line 11: | ||
<pre class="brush:cpp;gutter:false">enum UIX_DrawIconFlags | <pre class="brush:cpp;gutter:false">enum UIX_DrawIconFlags | ||
{ | { | ||
− | UIX_DrawIcon_Center = 1 | + | UIX_DrawIcon_Center = 1, |
− | UIX_DrawIcon_VCenter = 2 | + | UIX_DrawIcon_VCenter = 2, |
− | UIX_DrawIcon_Right = 4 | + | UIX_DrawIcon_Right = 4, |
− | UIX_DrawIcon_Bottom = 8 | + | UIX_DrawIcon_Bottom = 8, |
− | UIX_DrawIcon_FitTooLarge = 16 | + | UIX_DrawIcon_FitTooLarge = 16, |
− | UIX_DrawIcon_NoFixTopLeft = 32 | + | UIX_DrawIcon_NoFixTopLeft = 32, |
}; | }; | ||
</pre> | </pre> | ||
Line 29: | Line 33: | ||
;UIX_DrawIcon_NoFixTopLeft | ;UIX_DrawIcon_NoFixTopLeft | ||
:The ... | :The ... | ||
− | |||
− | |||
− |
Latest revision as of 09:42, 23 May 2015
Specifies the ...
Syntax
enum UIX_DrawIconFlags { UIX_DrawIcon_Center = 1, UIX_DrawIcon_VCenter = 2, UIX_DrawIcon_Right = 4, UIX_DrawIcon_Bottom = 8, UIX_DrawIcon_FitTooLarge = 16, UIX_DrawIcon_NoFixTopLeft = 32, };
Constants
- UIX_DrawIcon_Center
- The ...
- UIX_DrawIcon_VCenter
- The ...
- UIX_DrawIcon_Right
- The ...
- UIX_DrawIcon_Bottom
- The ...
- UIX_DrawIcon_FitTooLarge
- The ...
- UIX_DrawIcon_NoFixTopLeft
- The ...