Class UserTextRow
Inheritance
System.Object
UserTextRow
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class UserTextRow : CustomRow, IEquatable<APIBase>
Properties
AdditionalText
Declaration
public string AdditionalText { get; set; }
Property Value
| Type |
Description |
| System.String |
|
HeadingSize
Declaration
public HeadingSize HeadingSize { get; set; }
Property Value
IsHeading
Declaration
public bool IsHeading { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ShowAdditionalText
Declaration
public bool ShowAdditionalText { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Text
Declaration
public string Text { get; set; }
Property Value
| Type |
Description |
| System.String |
|
Implements
System.IEquatable<T>
Extension Methods