Class IsolationModeHighlightConfig
public sealed record IsolationModeHighlightConfig : IEquatable<IsolationModeHighlightConfig>
- Inheritance
-
IsolationModeHighlightConfig
- Implements
- Inherited Members
Constructors
IsolationModeHighlightConfig()
public IsolationModeHighlightConfig()
Properties
MaskColor
The fill color for the mask covering non-isolated elements (default: transparent).
public RGBA? MaskColor { get; init; }
Property Value
ResizerColor
The fill color of the resizers (default: transparent).
public RGBA? ResizerColor { get; init; }
Property Value
ResizerHandleColor
The fill color for resizer handles (default: transparent).
public RGBA? ResizerHandleColor { get; init; }