ToolStripStatusLabel::Alignment Property

 

Gets or sets a value that determines where the ToolStripStatusLabel is aligned on the StatusStrip.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
[BrowsableAttribute(false)]
property ToolStripItemAlignment Alignment {
	ToolStripItemAlignment get();
	void set(ToolStripItemAlignment value);
}

The meaning of the Alignment property is affected by the setting of the RightToLeft property.

The following code example demonstrates the syntax for various ToolStripStatusLabel common properties, including the Alignment property.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 2.0
Return to top
Show: