CTFrameProgression Enum

Definition

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

RightToLeft 1
TopToBottom 0

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.

Applies to