Initializes a new instance of the LabelModeAttribute class.

Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public LabelModeAttribute(
	LabelMode mode
)
Visual Basic
Public Sub New ( 
	mode As LabelMode
)

Parameters

mode
Type: DotNetNuke.UI.WebControls..::..LabelMode
The label mode to apply to the associated property

See Also