Enum LabelMode
Enumeration that determines the label mode.
Namespace: DotNetNuke.UI.WebControls
Assembly: DotNetNuke.dll
Syntax
public enum LabelMode : int
Remarks
LabelMode is used by PropertyEditorControl to determine how the label is displayed.
Fields
Name | Description |
---|---|
Bottom | Enumeration that determines the label mode. |
Left | Enumeration that determines the label mode. |
None | Enumeration that determines the label mode. |
Right | Enumeration that determines the label mode. |
Top | Enumeration that determines the label mode. |