Show / Hide Table of Contents

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 Source

TextSizeDisplay()

Initializes a new instance of the TextSizeDisplay class.

Declaration
public TextSizeDisplay()

Properties

View Source

ImageHeight

Gets or sets the image height.

Declaration
public string ImageHeight { get; set; }
Property Value
Type Description
System.String
View Source

MinimumTextHeight

Gets or sets the minimum ratio.

Declaration
public string MinimumTextHeight { get; set; }
Property Value
Type Description
System.String
View Source

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
View Source

Result

Gets or sets the calculated ratio.

Declaration
public string Result { get; set; }
Property Value
Type Description
System.String
View Source

TestType

Gets or sets the test being used.

Declaration
public string TestType { get; set; }
Property Value
Type Description
System.String
View Source

TextHeight

Gets or sets the text height.

Declaration
public string TextHeight { get; set; }
Property Value
Type Description
System.String

Methods

View Source

Clear()

Resets ratios and result to nothing.

Declaration
public void Clear()
  • View Source
In This Article
Back to top Generated by DocFX