Class HingeConfig
Configuration for dual screen hinge
public sealed record HingeConfig : IEquatable<HingeConfig>
- Inheritance
-
HingeConfig
- Implements
- Inherited Members
Constructors
HingeConfig(Rect)
Configuration for dual screen hinge
public HingeConfig(Rect Rect)
Parameters
RectRectA rectangle represent hinge
Properties
ContentColor
The content box highlight fill color (default: a dark color).
public RGBA? ContentColor { get; init; }
Property Value
OutlineColor
The content box highlight outline color (default: transparent).
public RGBA? OutlineColor { get; init; }
Property Value
Rect
A rectangle represent hinge
public Rect Rect { get; init; }