ToolStripItem.RightToLeftAutoMirrorImage Özellik

Tanım

özelliği olarak ayarlandığında Yesgörüntüyü RightToLeft otomatik ToolStripItem olarak yansıtır.

C#
public bool RightToLeftAutoMirrorImage { get; set; }

Özellik Değeri

true görüntüyü otomatik olarak yansıtmak için; aksi takdirde , false. Varsayılan değer: false.

Örnekler

Aşağıdaki kod örneği, özelliği de dahil olmak üzere ortak ToolStripItem özellikleri ayarlamaya yönelik söz dizimini RightToLeftAutoMirrorImage 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, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9