Class HighlightRectCommandSettings
HighlightRect
public sealed class HighlightRectCommandSettings : ICommand
- Inheritance
-
HighlightRectCommandSettings
- 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
Height
Gets or sets the height
[JsonPropertyName("height")]
public long Height { get; set; }
Property Value
OutlineColor
Gets or sets the outlineColor
[JsonPropertyName("outlineColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA OutlineColor { get; set; }
Property Value
Width
Gets or sets the width
[JsonPropertyName("width")]
public long Width { get; set; }
Property Value
X
Gets or sets the x
[JsonPropertyName("x")]
public long X { get; set; }
Property Value
Y
Gets or sets the y
[JsonPropertyName("y")]
public long Y { get; set; }