Class CustomReportText
Inheritance
System.Object
CustomReportText
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class CustomReportText : CustomReportDefinitionItem, IEquatable<APIBase>
Properties
Bold
Declaration
public bool Bold { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
CADTextSize
Declaration
public Overridable<double> CADTextSize { get; set; }
Property Value
HeadingType
Declaration
public HeadingType HeadingType { get; set; }
Property Value
IsHeading
Declaration
public bool IsHeading { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ShowSymbol
Declaration
public bool ShowSymbol { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
ShowUnit
Declaration
public bool ShowUnit { 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