ToolStripStatusLabel.BorderSides Özellik

Tanım

Kenarlıkları göster kenarlarını ToolStripStatusLabel gösteren bir değer alır veya ayarlar.

C#
public System.Windows.Forms.ToolStripStatusLabelBorderSides BorderSides { get; set; }

Özellik Değeri

ToolStripStatusLabelBorderSides

Değerlerden ToolStripStatusLabelBorderSides biri. Varsayılan değer: None.

Örnekler

Aşağıdaki kod örneği, özelliği de dahil olmak üzere çeşitli ToolStripStatusLabel ortak özelliklerin söz dizimini BorderSides gösterir.

C#
// 
toolStripStatusLabel1.BorderSides = ((System.Windows.Forms.ToolStripStatusLabelBorderSides)((((System.Windows.Forms.ToolStripStatusLabelBorderSides.Left | System.Windows.Forms.ToolStripStatusLabelBorderSides.Top)
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Right)
            | System.Windows.Forms.ToolStripStatusLabelBorderSides.Bottom)));
toolStripStatusLabel1.BorderStyle = System.Windows.Forms.Border3DStyle.Raised;
toolStripStatusLabel1.IsLink = true;
toolStripStatusLabel1.Name = "toolStripStatusLabel1";
toolStripStatusLabel1.Size = new System.Drawing.Size(246, 20);
toolStripStatusLabel1.Spring = true;
toolStripStatusLabel1.Text = "toolStripStatusLabel1";
toolStripStatusLabel1.Alignment = ToolStripItemAlignment.Left;

Şunlara uygulanır

Ürün Sürümler
.NET Framework 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8
Windows Desktop 3.0, 3.1, 5, 6, 7