CONTAINERALIGNMENT

Summary

The CONTAINERALIGNMENT enumerated type contains possible values for member nTextAlignment in structure CONTAINERMETRICS. It specifies the text alignment of the container's text object(s).

Syntax

typedef enum 
{ 
   //Valid values for horizontal alignment are: 
   CONTAINER_ALIGNMENT_LEFT    = 0X01, 
   CONTAINER_ALIGNMENT_HCENTER = 0X02, 
   CONTAINER_ALIGNMENT_RIGHT   = 0X04, 
} CONTAINERALIGNMENT ; 

Members

CONTAINER_ALIGNMENT_LEFT

Left-aligns text in the container text object.

CONTAINER_ALIGNMENT_HCENTER

Centers text in the container text object.

CONTAINER_ALIGNMENT_RIGHT

Right-aligns text in the container text object.

Comments

The default value for the field is CONTAINER_ALIGNMENT_LEFT.

Usage

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS Container and Automation C API Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.