UIX_RulerStyleFlags Enumeration

From PDF XChange PDF SDK
Revision as of 01:37, 20 October 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_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 ...