gulalign.h File Reference

Enum TGulHAlignment

Horizontal layout settings for graphic objects.

EnumeratorValueDescription
EHLeftCGraphicsContext::ELeft

Object is left-aligned.

EHCenterCGraphicsContext::ECenter

Object is centred horizontally.

EHRightCGraphicsContext::ERight

Object is right-aligned.

Enum TGulVAlignment

Vertical layout settings for graphic objects.

EnumeratorValueDescription
EVTop0x00

Object is aligned with the top.

EVCenter0x10

Object is centred vertically.

EVBottom0x20

Object is aligned with the bottom.

Enum TGulAlignmentValue

Alignment settings for the layout of graphic objects.

EnumeratorValueDescription
EHLeftVTopEHLeft|EVTop

Object is left and top aligned.

EHLeftVCenterEHLeft|EVCenter

Object is left aligned and centred vertically.

EHLeftVBottomEHLeft|EVBottom

Object is left aligned and at the bottom.

EHCenterVTopEHCenter|EVTop

Object is centre aligned horizontally and at the top.

EHCenterVCenterEHCenter|EVCenter

Object is centred horizontally and vertically.

EHCenterVBottomEHCenter|EVBottom

Object is centred horizontally and at the bottom.

EHRightVTopEHRight|EVTop

Object is right and top aligned.

EHRightVCenterEHRight|EVCenter

Object is right aligned and centred vertically.

EHRightVBottomEHRight|EVBottom

Object is right aligned and at the bottom.