Public Structures and Definitions of mGNCS
Alignment Values
enum enumNCSAlign {
NCS_ALIGN_LEFT = 0,
NCS_ALIGN_RIGHT,
NCS_ALIGN_CENTER,
};enum enumNCSVAlign {
NCS_VALIGN_TOP = 0,
NCS_VALIGN_BOTTOM,
NCS_VALIGN_CENTER,
};Image Drawing Modes
enum enumNCSImageDrawMode {
NCS_DM_NORMAL = 0,
NCS_DM_SCALED,
NCS_DM_TILED,
};
PreviousSpecification for the Image Resources Used by mGNCS Skin RendererNextSpecification for the mGNCS-compliant Widget Components
Last updated