Class TextSizeDisplay
Stats for the text size tests.
Inheritance
System.Object
TextSizeDisplay
Namespace: Phoenix.Tiresias
Assembly: Phoenix.Plugin.Tiresias.dll
Syntax
public class TextSizeDisplay : BindableBase
Constructors
View SourceTextSizeDisplay()
Initializes a new instance of the TextSizeDisplay class.
Declaration
public TextSizeDisplay()
Properties
View SourceImageHeight
Gets or sets the image height.
Declaration
public string ImageHeight { get; set; }
Property Value
Type | Description |
---|---|
System.String |
MinimumTextHeight
Gets or sets the minimum ratio.
Declaration
public string MinimumTextHeight { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Passed
Gets or sets a value indicating whether the text region has passed or failed text size checks.
Declaration
public bool Passed { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
Result
Gets or sets the calculated ratio.
Declaration
public string Result { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TestType
Gets or sets the test being used.
Declaration
public string TestType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
TextHeight
Gets or sets the text height.
Declaration
public string TextHeight { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
View SourceClear()
Resets ratios and result to nothing.
Declaration
public void Clear()