Class ScrollSnapContainerHighlightConfig
ScrollSnapContainerHighlightConfig
public sealed class ScrollSnapContainerHighlightConfig
- Inheritance
-
ScrollSnapContainerHighlightConfig
- Inherited Members
Properties
ScrollMarginColor
The margin highlight fill color (default: transparent).
[JsonPropertyName("scrollMarginColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? ScrollMarginColor { get; set; }
Property Value
ScrollPaddingColor
The padding highlight fill color (default: transparent).
[JsonPropertyName("scrollPaddingColor")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public RGBA? ScrollPaddingColor { get; set; }
Property Value
SnapAreaBorder
The style of the snap area border (default: transparent)
[JsonPropertyName("snapAreaBorder")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LineStyle? SnapAreaBorder { get; set; }
Property Value
SnapportBorder
The style of the snapport border (default: transparent)
[JsonPropertyName("snapportBorder")]
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingDefault)]
public LineStyle? SnapportBorder { get; set; }