点击或拖拽改变大小

Orientation 枚举

[缺少 "T:CPF.Controls.Orientation" 的 <summary> 文档]

命名空间:  CPF.Controls
程序集:  CPF (在 CPF.dll 中) 版本:0.8.8.5
语法
C#
public enum Orientation
成员
  成员名称说明
Horizontal0 Control/Layout should be horizontally oriented.
Vertical1 Control/Layout should be vertically oriented.
参见