Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <GULALIGN.H>

Enum TGulHAlignment

TGulHAlignment

Description

Horizontal layout settings for graphic objects.

EHLeft

Object is left-aligned.

EHCenter

Object is centred horizontally.

EHRight

Object is right-aligned.

[Top]


Enum TGulVAlignment

TGulVAlignment

Description

Vertical layout settings for graphic objects.

EVTop

Object is aligned with the top.

EVCenter

Object is centred vertically.

EVBottom

Object is aligned with the bottom.

[Top]


Enum TGulAlignmentValue

TGulAlignmentValue

Description

Alignment settings for the layout of graphic objects.

EHLeftVTop

Object is left and top aligned.

EHLeftVCenter

Object is left aligned and centred vertically.

EHLeftVBottom

Object is left aligned and at the bottom.

EHCenterVTop

Object is centre aligned horizontally and at the top.

EHCenterVCenter

Object is centred horizontally and vertically.

EHCenterVBottom

Object is centred horizontally and at the bottom.

EHRightVTop

Object is right and top aligned.

EHRightVCenter

Object is right aligned and centred vertically.

EHRightVBottom

Object is right aligned and at the bottom.