ComponentDocumentDesigner.TrayLargeIcon Property

Definition

Gets or sets a value indicating whether the component tray for the designer is in large icon mode.

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

Property Value

true if the component tray for the designer is in large icon mode; otherwise, false.

Applies to