Class HingeConfig
Configuration for dual screen hinge
public sealed class HingeConfig
- Inheritance
-
HingeConfig
- Inherited Members
Properties
ContentColor
The content box highlight fill color (default: a dark color).
[JsonPropertyName("contentColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? ContentColor { get; set; }
Property Value
OutlineColor
The content box highlight outline color (default: transparent).
[JsonPropertyName("outlineColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? OutlineColor { get; set; }
Property Value
Rect
A rectangle represent hinge
[JsonPropertyName("rect")]
public Rect Rect { get; set; }