UIX_RulerStyleFlags Enumeration
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
+ | {{#customTitle:UIX_RulerStyleFlags Enumeration}} | ||
+ | {{#parentPage:PXV:UIX_Enumerations|UIX_RulerStyleFlags|enum}} | ||
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
+ | |||
+ | Specifies the ... | ||
+ | |||
+ | == Syntax == | ||
+ | <pre class="brush:cpp;gutter:false">enum UIX_RulerStyleFlags | ||
+ | { | ||
+ | UIX_RulerStyle_Vertical = 256, | ||
+ | UIX_RulerStyle_ShowCursor = 512, | ||
+ | UIX_RulerStyle_ShowMarkers = 1024, | ||
+ | UIX_RulerStyle_DragMarkers = 2048, | ||
+ | UIX_RulerStyle_ShowFractions = 4096, | ||
+ | UIX_RulerStyle_Inverted = 8192, | ||
+ | }; | ||
+ | </pre> | ||
+ | |||
+ | == Constants == | ||
+ | ;UIX_RulerStyle_Vertical | ||
+ | :The ... | ||
+ | ;UIX_RulerStyle_ShowCursor | ||
+ | :The ... | ||
+ | ;UIX_RulerStyle_ShowMarkers | ||
+ | :The ... | ||
+ | ;UIX_RulerStyle_DragMarkers | ||
+ | :The ... | ||
+ | ;UIX_RulerStyle_ShowFractions | ||
+ | :The ... | ||
+ | ;UIX_RulerStyle_Inverted | ||
+ | :The ... |
Latest revision as of 00:37, 20 October 2015
Specifies the ...
Syntax
enum UIX_RulerStyleFlags { UIX_RulerStyle_Vertical = 256, UIX_RulerStyle_ShowCursor = 512, UIX_RulerStyle_ShowMarkers = 1024, UIX_RulerStyle_DragMarkers = 2048, UIX_RulerStyle_ShowFractions = 4096, UIX_RulerStyle_Inverted = 8192, };
Constants
- UIX_RulerStyle_Vertical
- The ...
- UIX_RulerStyle_ShowCursor
- The ...
- UIX_RulerStyle_ShowMarkers
- The ...
- UIX_RulerStyle_DragMarkers
- The ...
- UIX_RulerStyle_ShowFractions
- The ...
- UIX_RulerStyle_Inverted
- The ...