Sets or returns the horizontal alignment for Attribute, AttributeReference or Text. It is set or returned using the HorizontalAlignment constants shown below. The default property is acHorizontalAlignmentLeft (0).
Syntax
where:
integerVariable is a variable (or the constant itself) representing the horizontal alignment value.
object is the entity object for which you set or return the color.
Horizontal Alignment Constant | Index Value |
---|---|
acHorizontalAlignmentLeft |
0 |
acHorizontalAlignmentCenter |
1 |
acHorizontalAlignmentRight |
2 |
acHorizontalAlignmentAligned |
3 |
acHorizontalAlignmentMiddle |
4 |
acHorizontalAlignmentFit |
5 |
Examples...
© Bricsys NV. All rights reserved. |