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 SourceOrientation
Orientation of Evaluation bar
Declaration
[Parameter]
public Orientation Orientation { get; set; }
Property Value
Type | Description |
---|---|
Orientation |
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> |
Score
Score in centipawns from white's point of view
Declaration
[Parameter]
public int Score { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
ScoreText
Text representation for Score
Declaration
[Parameter]
public string ScoreText { get; set; }
Property Value
Type | Description |
---|---|
System.String |