Enum OptionLabelPosition
- Namespace
 - Dynamicweb.Content.Items.Editors
 
- Assembly
 - Dynamicweb.dll
 
Represents a option label rendering.
  
  public enum OptionLabelPosition
  Fields
Bottom = 4- Render to below.
 Left = 1- Render to left.
 None = 0- Do not render.
 Right = 2- Render to right.
 Top = 3- Render to above.