Class IsolationModeHighlightConfig
IsolationModeHighlightConfig
public sealed class IsolationModeHighlightConfig
- Inheritance
-
IsolationModeHighlightConfig
- Inherited Members
Properties
MaskColor
maskColor
[JsonPropertyName("maskColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA MaskColor { get; set; }
Property Value
ResizerColor
resizerColor
[JsonPropertyName("resizerColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA ResizerColor { get; set; }
Property Value
ResizerHandleColor
resizerHandleColor
[JsonPropertyName("resizerHandleColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA ResizerHandleColor { get; set; }