SelAlignmentConstants Enumeration
SelAlignmentConstants Enumeration |
Defines values that specify the alignment of the paragraph relative to the margins of the InkEdit control.
Declaration
[C++]
typedef enum SelAlignmentConstants
{ rtfLeft = 0,
rtfRight = 1,
rtfCenter = 2
} SelAlignmentConstants;
Members
Name | Description |
---|---|
rtfLeft | Default. The paragraph is aligned along the left margin. |
rtfRight | The paragraph is aligned along the right margin. |
rtfCenter | The paragraph is centered between the left and right margins. |