Click or drag to resize
HelpText Properties

The HelpText type exposes the following members.

Properties
  NameDescription
Public propertyAddDashesToOption
Gets or sets a value indicating whether the format of options should contain dashes. It modifies behavior of AddOptions(Object) method.
Public propertyAdditionalNewLineAfterOption
Gets or sets a value indicating whether to add an additional line after the description of the option.
Public propertyCopyright
Gets or sets the copyright string. You can directly assign a CopyrightInfo instance.
Public propertyHeading
Gets or sets the heading string. You can directly assign a HeadingInfo instance.
Public propertyMaximumDisplayWidth
Gets or sets the maximum width of the display. This determines word wrap when displaying the text.
Public propertySentenceBuilder
Gets the BaseSentenceBuilder instance specified in constructor.
Top
See Also