Class HighlightQuadCommandSettings
HighlightQuad
public sealed class HighlightQuadCommandSettings : ICommand
- Inheritance
-
HighlightQuadCommandSettings
- Implements
- Inherited Members
Properties
Color
Gets or sets the color
[JsonPropertyName("color")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA Color { get; set; }
Property Value
CommandName
Gets the name of the command.
[JsonIgnore]
public string CommandName { get; }
Property Value
OutlineColor
Gets or sets the outlineColor
[JsonPropertyName("outlineColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA OutlineColor { get; set; }
Property Value
Quad
Gets or sets the quad
[JsonPropertyName("quad")]
public double[] Quad { get; set; }
Property Value
- double[]