Class GridHighlightConfig
GridHighlightConfig
public sealed class GridHighlightConfig
- Inheritance
-
GridHighlightConfig
- Inherited Members
Properties
AreaBorderColor
areaBorderColor
[JsonPropertyName("areaBorderColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA AreaBorderColor { get; set; }
Property Value
CellBorderColor
cellBorderColor
[JsonPropertyName("cellBorderColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA CellBorderColor { get; set; }
Property Value
CellBorderDash
cellBorderDash
[JsonPropertyName("cellBorderDash")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? CellBorderDash { get; set; }
Property Value
- bool?
ColumnGapColor
columnGapColor
[JsonPropertyName("columnGapColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA ColumnGapColor { get; set; }
Property Value
ColumnHatchColor
columnHatchColor
[JsonPropertyName("columnHatchColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA ColumnHatchColor { get; set; }
Property Value
ColumnLineColor
columnLineColor
[JsonPropertyName("columnLineColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA ColumnLineColor { get; set; }
Property Value
ColumnLineDash
columnLineDash
[JsonPropertyName("columnLineDash")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ColumnLineDash { get; set; }
Property Value
- bool?
GridBackgroundColor
gridBackgroundColor
[JsonPropertyName("gridBackgroundColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA GridBackgroundColor { get; set; }
Property Value
GridBorderColor
gridBorderColor
[JsonPropertyName("gridBorderColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA GridBorderColor { get; set; }
Property Value
GridBorderDash
gridBorderDash
[JsonPropertyName("gridBorderDash")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? GridBorderDash { get; set; }
Property Value
- bool?
RowGapColor
rowGapColor
[JsonPropertyName("rowGapColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA RowGapColor { get; set; }
Property Value
RowHatchColor
rowHatchColor
[JsonPropertyName("rowHatchColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA RowHatchColor { get; set; }
Property Value
RowLineColor
rowLineColor
[JsonPropertyName("rowLineColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA RowLineColor { get; set; }
Property Value
RowLineDash
rowLineDash
[JsonPropertyName("rowLineDash")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? RowLineDash { get; set; }
Property Value
- bool?
ShowAreaNames
showAreaNames
[JsonPropertyName("showAreaNames")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowAreaNames { get; set; }
Property Value
- bool?
ShowGridExtensionLines
showGridExtensionLines
[JsonPropertyName("showGridExtensionLines")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowGridExtensionLines { get; set; }
Property Value
- bool?
ShowLineNames
showLineNames
[JsonPropertyName("showLineNames")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowLineNames { get; set; }
Property Value
- bool?
ShowNegativeLineNumbers
showNegativeLineNumbers
[JsonPropertyName("showNegativeLineNumbers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowNegativeLineNumbers { get; set; }
Property Value
- bool?
ShowPositiveLineNumbers
showPositiveLineNumbers
[JsonPropertyName("showPositiveLineNumbers")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowPositiveLineNumbers { get; set; }
Property Value
- bool?
ShowTrackSizes
showTrackSizes
[JsonPropertyName("showTrackSizes")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowTrackSizes { get; set; }
Property Value
- bool?