Show / Hide Table of Contents

Class EvaluationGauge

Engine Evaluation Bar

Inheritance
System.Object
EvaluationGauge
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: PonzianiComponents
Assembly: PonzianiComponents.dll
Syntax
public class EvaluationGauge

Properties

| Improve this Doc View Source

Orientation

Orientation of Evaluation bar

Declaration
[Parameter]
public Orientation Orientation { get; set; }
Property Value
Type Description
Orientation
| Improve this Doc View Source

OtherAttributes

Other HTML Attributes, which are applied to the root element of the rendered scoresheet.

Declaration
[Parameter(CaptureUnmatchedValues = true)]
public Dictionary<string, object> OtherAttributes { get; set; }
Property Value
Type Description
System.Collections.Generic.Dictionary<System.String, System.Object>
| Improve this Doc View Source

Score

Score in centipawns from white's point of view

Declaration
[Parameter]
public int Score { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

ScoreText

Text representation for Score

Declaration
[Parameter]
public string ScoreText { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX