Class IsolationModeHighlightConfig
IsolationModeHighlightConfig
public sealed class IsolationModeHighlightConfig
- Inheritance
-
IsolationModeHighlightConfig
- Inherited Members
Properties
MaskColor
The fill color for the mask covering non-isolated elements (default: transparent).
[JsonPropertyName("maskColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? MaskColor { get; set; }
Property Value
ResizerColor
The fill color of the resizers (default: transparent).
[JsonPropertyName("resizerColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? ResizerColor { get; set; }
Property Value
ResizerHandleColor
The fill color for resizer handles (default: transparent).
[JsonPropertyName("resizerHandleColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? ResizerHandleColor { get; set; }