CTFrameProgression Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An enumeration whose values can be used as flags with the Progression property.
This enumeration supports a bitwise combination of its member values.
[System.Flags]
public enum CTFrameProgression
type CTFrameProgression =
- Inheritance
-
CTFrameProgression
- Attributes
Fields
Name | Value | Description |
---|---|---|
TopToBottom | 0 | |
RightToLeft | 1 |
Remarks
Specifies the line-stacking behavior of a frame. RightToLeft stacks lines left-to-right when used with vertical text, TopToBottom stacks lines top-to-bottom for horizontal text.