ToolStripTextDirection 枚举
定义
指定要用于特定 LayoutStyle 的文本方向。Specifies the text orientation to use with a particular LayoutStyle.
public enum class ToolStripTextDirection
public enum ToolStripTextDirection
type ToolStripTextDirection =
Public Enum ToolStripTextDirection
- 继承
字段
Horizontal | 1 | 指定水平文本方向。Specifies horizontal text orientation. |
Inherit | 0 | 指定从父控件继承文本方向。Specifies that the text direction is inherited from the parent control. |
Vertical270 | 3 | 指定将文本旋转 270 度。Specifies that text is to be rotated 270 degrees. |
Vertical90 | 2 | 指定将文本旋转 90 度。Specifies that text is to be rotated 90 degrees. |