ParameterLabelPosition

The available options for positioning label(s) inside the parameter control.
 

Example

The following is an example of how to reference the ParameterLabelPosition object:

	// The full path is required.
	dundas.controls.ParameterLabelPosition.BOTTOM
	

 

Properties

 
  Name Description
  BOTTOM The label is placed at the bottom of the control.
  LEFT The label is placed at the left side of the control.
  RIGHT The label is placed at the right side of the control.
  TOP The label is placed at the top of the control.