SelAlignmentConstants enumeration

Specifies the alignment of the paragraph relative to the margins of the InkEdit control.

Syntax


typedef enum SelAlignmentConstants { 
  rtfLeft    = 0,
  rtfRight   = 1,
  rtfCenter  = 2
} SelAlignmentConstants;

Constants

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.

Requirements

Minimum supported client

Windows XP Tablet PC Edition [desktop apps only]

Minimum supported server

None supported

Header

Inked.h (also requires inked_i.c)

See also

InkEdit Control Reference

 

 

Show: