Class GridHighlightConfig
GridHighlightConfig
public sealed class GridHighlightConfig
- Inheritance
-
GridHighlightConfig
- Inherited Members
Properties
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
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
ShowGridExtensionLines
showGridExtensionLines
[JsonPropertyName("showGridExtensionLines")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public bool? ShowGridExtensionLines { 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?