2027 Constructor
Changes 0
C

DimensionEqualityLabelFormatting

Description:
Constructs a new instance of a DimensionEqualityLabelFormatting object with specified settings.
public DimensionEqualityLabelFormatting(
	int leadingSpaces,
	string prefix,
	LabelType labelType,
	string suffix,
	FormatOptions formatOptions
)
  • Int32
    leadingSpaces
    The number of spaces to include before the parameter value.
  • String
    prefix
    The prefix to include before the parameter value.
  • labelType
    The parameter value to be shown.
  • String
    suffix
    The suffix to include after the parameter value.
  • formatOptions
    The format options to use for the parameter value.