[]
        
(Showing Draft Content)

FarPoint.Win.TextOrientation

TextOrientation Enum

Specifies the orientation of the text in a control.

Namespace: FarPoint.Win
Assembly: FarPoint.Win.dll
Syntax
public enum TextOrientation : short
Public Enum TextOrientation As Short

Fields

Name Description
TextHorizontal

Aligns the text horizontally in the control

TextHorizontalFlipped

Aligns the text horizontally in the control and flipped

TextRotateCustom

Aligns the text based on a rotation angle for shape-related objects only

TextTopDown

Aligns the text from the top to the bottom of the control and wraps left to right

TextTopDownRTL

Aligns the text from the top to the bottom of the control and wraps right to left

TextVertical

Aligns the text vertically in the control

TextVerticalFlipped

Aligns the text vertically in the control and flipped