Gets and sets the value of the Label Style

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

Syntax

C#
[BrowsableAttribute(true)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public Style HelpStyle { get; }
Visual Basic
<BrowsableAttribute(true)> 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)> 
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> 
Public ReadOnly Property HelpStyle As Style
	Get

Field Value

A string representing the Name of the Field

See Also