Enumeration type for the different proximal alignment options
| C# | Visual Basic | Visual C++ |
public enum AlignP
Public Enumeration AlignP
public enum class AlignP
| Member | Description |
|---|---|
| Inside |
Position the text so that its "inside" edge (the edge that is
nearest to the alignment reference point or object) is aligned.
Used by the Align method to align text
to the axis.
|
| Center |
Position the text so that its center is aligned with the
reference object or point.
Used by the Align method to align text
to the axis.
|
| Outside |
Position the text so that its right edge (the edge that is
farthest from the alignment reference point or object) is aligned.
Used by the Align method to align text
to the axis.
|
