UIX_BorderStyle Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
(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_BorderStyle Enumeration}}
 
{{#customTitle:UIX_BorderStyle Enumeration}}
 +
{{#parentPage:PXV:UIX_Enumerations|UIX_BorderStyle|enum}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Specifies the ...
 
Specifies the ...
Line 7: Line 11:
 
<pre class="brush:cpp;gutter:false">enum UIX_BorderStyle
 
<pre class="brush:cpp;gutter:false">enum UIX_BorderStyle
 
{
 
{
     UIX_BorderStyle_Top = 1;
+
     UIX_BorderStyle_Top   = 1,
     UIX_BorderStyle_Bottom = 2;
+
     UIX_BorderStyle_Bottom = 2,
     UIX_BorderStyle_Left = 4;
+
     UIX_BorderStyle_Left   = 4,
     UIX_BorderStyle_Right = 8;
+
     UIX_BorderStyle_Right = 8,
 
};
 
};
 
</pre>
 
</pre>
Line 23: Line 27:
 
;UIX_BorderStyle_Right
 
;UIX_BorderStyle_Right
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 10:41, 23 May 2015


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 ...