Class LowTextContrastIssueDetails
LowTextContrastIssueDetails
public sealed class LowTextContrastIssueDetails
- Inheritance
-
LowTextContrastIssueDetails
- Inherited Members
Properties
ContrastRatio
contrastRatio
[JsonPropertyName("contrastRatio")]
public double ContrastRatio { get; set; }
Property Value
FontSize
fontSize
[JsonPropertyName("fontSize")]
public string FontSize { get; set; }
Property Value
FontWeight
fontWeight
[JsonPropertyName("fontWeight")]
public string FontWeight { get; set; }
Property Value
ThresholdAA
thresholdAA
[JsonPropertyName("thresholdAA")]
public double ThresholdAA { get; set; }
Property Value
ThresholdAAA
thresholdAAA
[JsonPropertyName("thresholdAAA")]
public double ThresholdAAA { get; set; }
Property Value
ViolatingNodeId
violatingNodeId
[JsonPropertyName("violatingNodeId")]
public long ViolatingNodeId { get; set; }
Property Value
ViolatingNodeSelector
violatingNodeSelector
[JsonPropertyName("violatingNodeSelector")]
public string ViolatingNodeSelector { get; set; }