NUnitForms Class Library

LabelTester.Properties Property

Provides access to all of the Properties of the Label.

[Visual Basic]
Public ReadOnly Property Properties As Label
[C#]
public System.Windows.Forms.Label Properties {get;}

Property Value

The underlying control.

Remarks

Allows typed access to all of the properties of the underlying control.

See Also

LabelTester Class | NUnit.Extensions.Forms Namespace