Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the alignment of the paragraph relative to the margins of the InkEdit control.
Syntax
typedef enum SelAlignmentConstants {
rtfLeft = 0,
rtfRight = 1,
rtfCenter = 2
} ;
Constants
rtfLeft Value: 0 Default. The paragraph is aligned along the left margin. |
rtfRight Value: 1 The paragraph is aligned along the right margin. |
rtfCenter Value: 2 The paragraph is centered between the left and right margins. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP Tablet PC Edition [desktop apps only] |
Minimum supported server | None supported |
Header | inked.h |