Class UserTextRow
Inheritance
System.Object
UserTextRow
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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