ToolStripItemAlignment 枚举
定义
确定 ToolStripItem 中的 ToolStrip 的对齐方式。Determines the alignment of a ToolStripItem in a ToolStrip.
public enum class ToolStripItemAlignment
public enum ToolStripItemAlignment
type ToolStripItemAlignment =
Public Enum ToolStripItemAlignment
- 继承
字段
Left | 0 | 根据 ToolStripItem 方向指定 ToolStrip 将锚定到 ToolStrip 的左端或顶端。Specifies that the ToolStripItem is to be anchored toward the left or top end of the ToolStrip, depending on the ToolStrip orientation. 如果 RightToLeft 的值为 |
Right | 1 | 根据 ToolStripItem 方向指定 ToolStrip 将锚定到 ToolStrip 的右端或底端。Specifies that the ToolStripItem is to be anchored toward the right or bottom end of the ToolStrip, depending on the ToolStrip orientation. 如果 RightToLeft 的值为 |