MenuStrip.Stretch Özellik

Tanım

Kapsayıcısında uçtan uca uzanıp uzanmadığını MenuStrip belirten bir değer alır veya ayarlar.

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

Özellik Değeri

Boolean

true kapsayıcısında MenuStrip uçtan uca uzanıyorsa; değilse, false. Varsayılan değer: true.

Şunlara uygulanır