TfGravity enumeration (msctf.h)
Elements of the TfGravity enumeration specify the type of gravity associated with the anchor of an ITfRange object.
Syntax
typedef enum __MIDL_ITfRange_0001 {
TF_GRAVITY_BACKWARD = 0,
TF_GRAVITY_FORWARD = 1
} TfGravity;
Constants
TF_GRAVITY_BACKWARD Value: 0 The anchor has backward gravity. |
TF_GRAVITY_FORWARD Value: 1 The anchor has forward gravity. |
Remarks
For more information about anchor gravity, see Anchor Gravity.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
Header | msctf.h |
Redistributable | TSF 1.0 on Windows 2000 Professional |