Symbian Developer Library

SYMBIAN OS V6.1 EDITION FOR C++

[Index] [Glossary] [Previous] [Next]



Location: gulalign.h
Link against: n/a

Enum TGulAlignmentValue

TGulAlignmentValue

Support

Supported from 6.0

Description

Enumerates the alignment settings for the layout of graphic objects.

EHLeftVTop

Object is left and top aligned.

EHCenterVTop

Object is centre aligned horizontally and at the top.

EHRightVTop

Object is right and top aligned.

EHLeftVCenter

Object is left aligned and centred vertically.

EHCenterVCenter

Object is centred horizontally and vertically.

EHRightVCenter

Object is right aligned and centred vertically.

EHLeftVBottom

Object is left aligned and at the bottom.

EHCenterVBottom

Object is centred horizontally and at the bottom.

EHRightVBottom

Object is right aligned and at the bottom.