ComponentTray.AutoArrange 属性

定义

获取或设置一个值,该值指示是否自动对齐组件栏项。

public:
 property bool AutoArrange { bool get(); void set(bool value); };
public bool AutoArrange { get; set; }
member this.AutoArrange : bool with get, set
Public Property AutoArrange As Boolean

属性值

Boolean

如果组件栏项自动排列,则为 true;否则为 false

适用于