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

属性值

true 如果自动排列托盘项,则为否则,为 false.

适用于