Class ScrollSnapContainerHighlightConfig
public sealed record ScrollSnapContainerHighlightConfig : IEquatable<ScrollSnapContainerHighlightConfig>
- Inheritance
-
ScrollSnapContainerHighlightConfig
- Implements
- Inherited Members
Constructors
ScrollSnapContainerHighlightConfig()
public ScrollSnapContainerHighlightConfig()
Properties
ScrollMarginColor
The margin highlight fill color (default: transparent).
public RGBA? ScrollMarginColor { get; init; }
Property Value
ScrollPaddingColor
The padding highlight fill color (default: transparent).
public RGBA? ScrollPaddingColor { get; init; }
Property Value
SnapAreaBorder
The style of the snap area border (default: transparent)
public LineStyle? SnapAreaBorder { get; init; }
Property Value
SnapportBorder
The style of the snapport border (default: transparent)
public LineStyle? SnapportBorder { get; init; }