ComponentDocumentDesigner.TrayAutoArrange Property

Definition

Gets or sets a value indicating whether the component tray for the designer is in auto-arrange mode.

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

Property Value

true if the component tray for the designer is in auto-arrange mode; otherwise, false.

Applies to