Class HelpText
A help text.
Inheritance
Implements
Inherited Members
Namespace: Unity.AppUI .UI
Assembly: solution.dll
Syntax
public class HelpText : LocalizedTextElement, IEventHandler, ITransform, ITransitionAnimations, IExperimentalFeatures, IVisualElementScheduler, IResolvedStyle, IBindable, INotifyValueChanged<string>, IContextOverrideElement
Constructors
HelpText()
Default constructor.
Declaration
public HelpText()
HelpText(string)
Constructor.
Declaration
public HelpText(string text)
Parameters
Type | Name | Description |
---|---|---|
string | text | The message to display. |
Fields
ussClassName
The HelpText main styling class.
Declaration
public static readonly string ussClassName
Field Value
Type | Description |
---|---|
string |
variantUssClassName
The HelpText variant styling class.
Declaration
public static readonly string variantUssClassName
Field Value
Type | Description |
---|---|
string |
Properties
variant
The variant of the Help
Declaration
public HelpTextVariant variant { get; set; }
Property Value
Type | Description |
---|---|
Help |